Abstract interface class that defines the interface for serialization and deserialization.
More...
Performs deserialization
- Parameters
-
[in] | archive | Storage for a deserialized object or data structure |
Interfaces for the implementation of deserialization
- Parameters
-
[in] | archive | Storage for a deserialized object or data structure |
Implemented in DataCollection, and MemoryBlock.
virtual int getSerializationTag |
( |
| ) |
const |
|
pure virtual |
Performs serialization
- Parameters
-
[in] | archive | Storage for a serialized object or data structure |
Interfaces for the implementation of serialization
- Parameters
-
[in] | archive | Storage for a serialized object or data structure |
Implemented in DataCollection, and MemoryBlock.
The documentation for this class was generated from the following file: