Reflection for RapidJSON 0.0.16
Reflection for serializing/deserializing with RapidJSON
|
Contains only the definition of the BinarySerializable template class which makes the reflection accessible. More...
Go to the source code of this file.
Classes | |
struct | ReflectiveRapidJSON::BinarySerializable< Type, v > |
The BinarySerializable class provides the CRTP-base for (de)serializable objects. More... | |
Namespaces | |
namespace | ReflectiveRapidJSON |
Macros | |
#define | REFLECTIVE_RAPIDJSON_MAKE_BINARY_SERIALIZABLE(T) |
Typedefs | |
using | ReflectiveRapidJSON::BinaryVersionNotSupported = VersionNotSupported<BinaryVersion> |
Contains only the definition of the BinarySerializable template class which makes the reflection accessible.
The actual implementation is found in binaryreflector.h and generated files.
Definition in file serializable.h.
#define REFLECTIVE_RAPIDJSON_MAKE_BINARY_SERIALIZABLE | ( | T | ) |
Definition at line 60 of file serializable.h.