|
JSON Voorhees
Killer JSON for C++
|
Thrown when formats::to_json does not have a serializer for the provided type.
More...
#include <jsonv/serialization.hpp>
Inheritance diagram for jsonv::no_serializer:
Collaboration diagram for jsonv::no_serializer:Public Member Functions | |
| no_serializer (const std::type_info &type) | |
| Create a new exception. | |
| no_serializer (const std::type_index &type) | |
| std::string_view | type_name () const |
| The name of the type. | |
| std::type_index | type_index () const |
Get an ID for the type of serializer that formats::to_json could not locate. | |
Thrown when formats::to_json does not have a serializer for the provided type.
Definition at line 179 of file serialization.hpp.