Reflection for RapidJSON
0.0.15
Reflection for serializing/deserializing with RapidJSON
|
Files | |
file | errorformatting.h [code] |
Contains helper functions to format errors when deserializing JSON files. | |
file | errorhandling.h [code] |
Contains helper for error handling when deserializing JSON files. | |
file | reflector-boosthana.h [code] |
Contains generic functions relying on Boost.Hana which can replace the code which would otherwise had to be generated. | |
file | reflector-chronoutilities.h [code] |
Contains functions for (de)serializing objects from the chrono utilities provided by the C++ utilities library. | |
file | reflector.h [code] |
Contains functions to (de)serialize basic types such as int, double, bool, std::string, std::vector, ... with RapidJSON. | |
file | serializable.h [code] |
Contains only the definiation of the JsonSerializable template class which makes the reflection accessible. The actual implementation is found in jsonreflector.h and generated files. | |