|
CeresEngine 0.2.0
A game development framework
|
Holds data for custom serialization for a custom serializer/deserializer. More...
Public Attributes | |
| CustomSerializationOptions | options |
| Specifies a set of options that specify how a custom serializer should behave. | |
| CustomSerializer | serializer |
| A type alias to a function signature that implements a custom serializer. | |
| CustomDeserializer | deserializer |
| A type alias to a function signature that implements a custom deserializer. | |
Holds data for custom serialization for a custom serializer/deserializer.
| CustomDeserializer CeresEngine::SerializationContext::CustomSerialization::deserializer |
A type alias to a function signature that implements a custom deserializer.
The deserializer must be compatible with the corresponding serializer.
| CustomSerializationOptions CeresEngine::SerializationContext::CustomSerialization::options |
Specifies a set of options that specify how a custom serializer should behave.
| CustomSerializer CeresEngine::SerializationContext::CustomSerialization::serializer |
A type alias to a function signature that implements a custom serializer.
The serializer must be compatible with the corresponding deserializer.