|
Classes | |
class | ArvizReflectionError |
Base exception class. More... | |
class | NoSerializerForType |
Indicates that there was no registered serializer for a type. More... | |
class | NoTypeNameEntryInJsonObject |
Indicates that a JSON document did not contain the type name. More... | |
class | SerializerAlreadyRegisteredForType |
Indicates that there already was a serializer registered for a type when trying to register a serializer. More... | |
class | TypeNameEntryAlreadyInJsonObject |
The TypeNameEntryAlreadyInJsonObject class. More... | |
class | TypeNameMismatch |
Indicates that the type name in a JSON object did not match the type of the passed C++ object. More... | |