32 #ifndef SIMPLE_SERIALIZE_H 33 #define SIMPLE_SERIALIZE_H 45 namespace simple_serialize
92 #endif //SIMPLE_SERIALIZE_H virtual unsigned int byteLength()=0
Virtual method returns the object size when packed into a ByteArray.
Interface for loading and unloading a class to/from a ByteArray.
The byte array wraps a dynamic array of bytes (i.e. char).
virtual bool load(industrial::byte_array::ByteArray *buffer)=0
Virtual method for loading an object into a ByteArray.
virtual bool unload(industrial::byte_array::ByteArray *buffer)=0
Virtual method for unloading an object from a ByteArray.