CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
BinarySerialization.hpp File Reference

Go to the source code of this file.

Classes

class  CeresEngine::BinarySerializer
 A Serializer that writes the serialized content as a binary encoded CBOR object stream. More...
 
class  CeresEngine::BinaryDeserializer
 A Deserializer that reads the serialized content from a binary encoded CBOR object stream. More...
 

Namespaces

namespace  CeresEngine
 

Macros

#define CE_SERIALIZER_PRIMITIVE_OVERRIDE(T, N)   void encode##N(T value) final;
 

Macro Definition Documentation

◆ CE_SERIALIZER_PRIMITIVE_OVERRIDE

#define CE_SERIALIZER_PRIMITIVE_OVERRIDE (   T,
 
)    void encode##N(T value) final;