|
CeresEngine 0.2.0
A game development framework
|
#include "Deserializer.hpp"#include "Serializer.hpp"#include "CeresEngine/DataTypes.hpp"#include "CeresEngine/Foundation/JSON.hpp"Go to the source code of this file.
Classes | |
| class | CeresEngine::JSONSerializer |
A Serializer that writes the serialized content as a JSON object. More... | |
| class | CeresEngine::JSONDeserializer |
A Deserializer that reads the serialized content from a JSON value. 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; |