|
CeresEngine 0.2.0
A game development framework
|
A Serializer that writes the serialized content as a JSON object.
More...
#include <CeresEngine/Serialization/JSONSerialization.hpp>
Private Attributes | |
| JSON | mValue |
| The JSON value for the serializer. | |
Additional Inherited Members | |
Public Attributes inherited from CeresEngine::Serializer | |
| const SerializationContext & | context |
| A shared context that contains a context for the deserializer. | |
| SerializerState | state |
| An object that stores context for the serializer. | |
A Serializer that writes the serialized content as a JSON object.
|
explicit |
Creates a new JSON serializer backed by an output stream.
| context | A context for the serializer to operate on. |
|
overridenoexcept |
Destroys the JSON serializer.
|
finalvirtual |
Implements CeresEngine::Serializer.
|
finalvirtual |
Implements CeresEngine::Serializer.
|
finalvirtual |
Implements CeresEngine::Serializer.
|
finalvirtual |
Implements CeresEngine::Serializer.
|
finalvirtual |
Implements CeresEngine::Serializer.
|
finalvirtual |
Implements CeresEngine::Serializer.
Implements CeresEngine::Serializer.
Implements CeresEngine::Serializer.
Implements CeresEngine::Serializer.
Implements CeresEngine::Serializer.
Implements CeresEngine::Serializer.
Implements CeresEngine::Serializer.
Implements CeresEngine::Serializer.
|
finalvirtual |
Implements CeresEngine::Serializer.
Implements CeresEngine::Serializer.
|
finalvirtual |
Implements CeresEngine::Serializer.
Implements CeresEngine::Serializer.
Implements CeresEngine::Serializer.
Implements CeresEngine::Serializer.
Implements CeresEngine::Serializer.
|
finalvirtual |
Implements CeresEngine::Serializer.
|
finalvirtual |
Implements CeresEngine::Serializer.
|
finalvirtual |
Implements CeresEngine::Serializer.
|
finalvirtual |
Implements CeresEngine::Serializer.
|
finalvirtual |
Implements CeresEngine::Serializer.
|
finalvirtual |
Implements CeresEngine::Serializer.
|
private |
The JSON value for the serializer.