Sleeping Wombat GUI
0.100
swGUI
|
Interface for context used in serialization and deserialization.SerializationContext is used to store additional data during serialization and deserialization. Classes derived from EngineObject can provide their own implementation of Serialize and Deserialize function which can retrive context by calling ISerializer::GetContext or IDeserializer::GetContext function. More...
#include <SerializationContext.h>
Public Member Functions | |
SerializationContext ()=default | |
virtual | ~SerializationContext ()=default |
Interface for context used in serialization and deserialization.
SerializationContext is used to store additional data during serialization and deserialization. Classes derived from EngineObject 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.
|
default |
|
virtualdefault |