Reflection for RapidJSON 0.0.16
Reflection for serializing/deserializing with RapidJSON
Loading...
Searching...
No Matches
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 40 of file reflector.h.

Member Data Documentation

◆ name

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

Definition at line 41 of file reflector.h.

◆ qualifiedName

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

Definition at line 42 of file reflector.h.


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