Reflection for RapidJSON  0.0.15
Reflection for serializing/deserializing with RapidJSON
Static Public Attributes | List of all members
ReflectiveRapidJSON::AdaptedJsonSerializable< T > Struct Template Reference

The AdaptedJsonSerializable class allows considering 3rd party classes as serializable. More...

#include <reflector.h>

Inheritance diagram for ReflectiveRapidJSON::AdaptedJsonSerializable< T >:
[legend]
Collaboration diagram for ReflectiveRapidJSON::AdaptedJsonSerializable< T >:
[legend]

Static Public Attributes

static constexpr const char * name = "AdaptedJsonSerializable"
 
static constexpr const char * qualifiedName = "ReflectiveRapidJSON::AdaptedJsonSerializable"
 

Detailed Description

template<typename T>
struct ReflectiveRapidJSON::AdaptedJsonSerializable< T >

The AdaptedJsonSerializable class allows considering 3rd party classes as serializable.

Definition at line 38 of file reflector.h.

Member Data Documentation

◆ name

template<typename T >
constexpr const char* ReflectiveRapidJSON::AdaptedJsonSerializable< T >::name = "AdaptedJsonSerializable"
staticconstexpr

Definition at line 39 of file reflector.h.

◆ qualifiedName

template<typename T >
constexpr const char* ReflectiveRapidJSON::AdaptedJsonSerializable< T >::qualifiedName = "ReflectiveRapidJSON::AdaptedJsonSerializable"
staticconstexpr

Definition at line 40 of file reflector.h.


The documentation for this struct was generated from the following file: