Reflection for RapidJSON
0.0.15
Reflection for serializing/deserializing with RapidJSON
|
Contains only the definiation of the BinarySerializable template class which makes the reflection accessible. The actual implementation is found in binaryreflector.h and generated files. More...
Go to the source code of this file.
Classes | |
struct | ReflectiveRapidJSON::BinarySerializable< Type > |
The BinarySerializable class provides the CRTP-base for (de)serializable objects. More... | |
Namespaces | |
ReflectiveRapidJSON | |
Macros | |
#define | REFLECTIVE_RAPIDJSON_MAKE_BINARY_SERIALIZABLE(T) |
Contains only the definiation 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 53 of file serializable.h.