Sleeping Wombat Common Library
0.50.0
swCommonLibrary
|
Interface for context used in serialization and deserialization.ISerializationContext is used to store additional data during serialization and deserialization. Classes derived from Object can provide their own implementation of Serialize and Deserialize function which can retrive context by calling ISerializer::GetContext or IDeserializer::GetContext function. More...
#include <ISerializationContext.h>
Interface for context used in serialization and deserialization.
ISerializationContext is used to store additional data during serialization and deserialization. Classes derived from Object can provide their own implementation of Serialize and Deserialize function which can retrive context by calling ISerializer::GetContext or IDeserializer::GetContext function.
You can derive from this class and set your object as context before serialization.