Reflection for RapidJSON  0.0.15
Reflection for serializing/deserializing with RapidJSON
binary Directory Reference

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 BinaryReader and BinaryWriter supporting binary (de)serialization of primitive and custom types.
 
file  serializable.h [code]
 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.