Flyby SDK v1.0.2
Loading...
Searching...
No Matches
flyby::SerialObject Class Referenceabstract

An object that is serializable. More...

#include <message.h>

Inheritance diagram for flyby::SerialObject:

Public Member Functions

virtual std::string serialize () const =0
 Serialize the object.

Detailed Description

An object that is serializable.

Objects that can be serialized should inherit from this class

Member Function Documentation

◆ serialize()

virtual std::string flyby::SerialObject::serialize ( ) const
nodiscardpure virtual

Serialize the object.

Returns
string containing the serialized object

Implemented in flyby::Message.


The documentation for this class was generated from the following file: