Reflection for RapidJSON  0.0.3
Reflection for serializing/deserializing with RapidJSON
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CBool
 CReflectiveRapidJSON::AdaptedJsonSerializable< T >The AdaptedJsonSerializable class allows considering 3rd party classes as serializable
 CReflectiveRapidJSON::JsonDeserializationErrorThe JsonDeserializationError struct describes any errors of fromJson() except such caused by invalid JSON
 CReflectiveRapidJSON::JsonSerializable< Type >The JsonSerializable class provides the CRTP-base for (de)serializable objects
 CTestFixture
 CJsonReflectorBoostHanaTestsTests the integration of Boost.Hana with the RapidJSON wrapper
 CJsonReflectorChronoUtilitiesTestsTests the custom (de)serialization of the chrono utilities provided by the C++ utilities library
 CJsonReflectorTestsTests RapidJSON wrapper which is used to ease code generation
 CReflectiveRapidJSON::JsonReflector::Detail::TuplePullHelper< Tuple, N >The TuplePullHelper class helps deserializing tuples from JSON arrays
 CReflectiveRapidJSON::JsonReflector::Detail::TuplePullHelper< Tuple, 1 >
 CReflectiveRapidJSON::JsonReflector::Detail::TuplePushHelper< Tuple, N >The TuplePushHelper class helps serializing tuples to JSON arrays
 CReflectiveRapidJSON::JsonReflector::Detail::TuplePushHelper< Tuple, 1 >
 Cstd::vector< T >STL class
 CReflectiveRapidJSON::JsonDeserializationErrorsThe JsonDeserializationErrors struct can be passed to fromJson() for error handling