Byte Array Serialization
|
Classes | |
class | Helper |
Helper class are used by the SerializedObject to allow partial specialization of SerializedObject::pushData<T>() and SerializedObject::popData<T>(), and should not be used by user end. | |
class | PoppedArray |
The PoppedArray is the return value of SerializedObject::popDataArray<>(). More... | |
class | Serializable |
The Serializable class, when herited from, allows you to serialize your own classes. More... | |
class | SerializedObject |
The SerializedObject contains and manages the payload of your serializations. More... | |