JSON Voorhees
Killer JSON for C++
jsonv::function_serializer< T, FToJson > Class Template Reference
+ Inheritance diagram for jsonv::function_serializer< T, FToJson >:

Public Member Functions

template<typename FUToJson >
 function_serializer (FUToJson &&to_json_)
 
- Public Member Functions inherited from jsonv::serializer_for< T >
virtual const std::type_info & get_type () const override
 Get the run-time type this serialize knows how to encode. More...
 
virtual value to_json (const serialization_context &context, const void *from) const override
 Create a value from the value in the given region of memory. More...
 

Protected Member Functions

virtual value to_json (const serialization_context &context, const T &from) const override
 

Detailed Description

template<typename T, typename FToJson>
class jsonv::function_serializer< T, FToJson >

Definition at line 176 of file serialization_util.hpp.


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