|
CeresEngine 0.2.0
A game development framework
|
#include "Deserializer.hpp"#include "Serializer.hpp"#include "CeresEngine/DataTypes.hpp"#include "CeresEngine/Foundation/CBOR.hpp"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; |
| #define CE_SERIALIZER_PRIMITIVE_OVERRIDE | ( | T, | |
| N | |||
| ) | void encode##N(T value) final; |