C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::json_serializer< T, Convention > Struct Template Reference

Public Types

using fields_t = meta::get_fields_t<T>
 

Static Public Member Functions

static void from_json (const json &value, T &obj)
 
static void to_json (json &value, const T &obj)
 

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