Reflection for RapidJSON
0.0.15
Reflection for serializing/deserializing with RapidJSON
|
This is the complete list of members for ReflectiveRapidJSON::JsonSerializable< Type >, including all inherited members.
fromJson(const char *json, std::size_t jsonSize, JsonDeserializationErrors *errors=nullptr) | ReflectiveRapidJSON::JsonSerializable< Type > | static |
fromJson(const char *json, JsonDeserializationErrors *errors=nullptr) | ReflectiveRapidJSON::JsonSerializable< Type > | static |
fromJson(const std::string &json, JsonDeserializationErrors *errors=nullptr) | ReflectiveRapidJSON::JsonSerializable< Type > | static |
push(RAPIDJSON_NAMESPACE::Value &container) | ReflectiveRapidJSON::JsonSerializable< Type > | |
push(RAPIDJSON_NAMESPACE::Value &container, const char *name) | ReflectiveRapidJSON::JsonSerializable< Type > | |
qualifiedName | ReflectiveRapidJSON::JsonSerializable< Type > | static |
toJson() const | ReflectiveRapidJSON::JsonSerializable< Type > | |
toJsonDocument() const | ReflectiveRapidJSON::JsonSerializable< Type > |