Sleeping Wombat Common Library
0.50.0
swCommonLibrary
|
Go to the source code of this file.
Classes | |
struct | ISerializationContext |
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... | |