|
JSON Voorhees
Killer JSON for C++
|
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 |
Definition at line 176 of file serialization_util.hpp.