CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::SerializationContext::CustomSerialization Struct Reference

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.
 

Detailed Description

Holds data for custom serialization for a custom serializer/deserializer.

Member Data Documentation

◆ 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.

◆ options

CustomSerializationOptions CeresEngine::SerializationContext::CustomSerialization::options

Specifies a set of options that specify how a custom serializer should behave.

◆ serializer

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.


The documentation for this struct was generated from the following file: