#include <JsonSerializationAdapter.h>
|
| template<typename JsonType> |
| static void | to_json (JsonType &json, T const &val) |
| template<typename JsonType> |
| static void | from_json (JsonType const &json, T &val) |
| template<typename JsonType> |
| static void | to_json (JsonType &json, T const &val) |
| template<typename JsonType> |
| static void | from_json (JsonType const &json, T &val) |
Definition at line 71 of file JsonSerializationAdapter.h.
◆ from_json() [1/2]
template<typename JsonType>
| void adl_serializer< T >::from_json |
( |
JsonType const & | json, |
|
|
T & | val ) |
|
inlinestatic |
◆ from_json() [2/2]
template<typename JsonType>
| void adl_serializer< T >::from_json |
( |
JsonType const & | json, |
|
|
T & | val ) |
|
inlinestatic |
◆ to_json() [1/2]
template<typename JsonType>
| void adl_serializer< T >::to_json |
( |
JsonType & | json, |
|
|
T const & | val ) |
|
inlinestatic |
◆ to_json() [2/2]
template<typename JsonType>
| void adl_serializer< T >::to_json |
( |
JsonType & | json, |
|
|
T const & | val ) |
|
inlinestatic |
The documentation for this struct was generated from the following file: