|
JSON Voorhees
Killer JSON for C++
|
DSL for building formats.
More...
#include <jsonv/config.hpp>#include <jsonv/demangle.hpp>#include <jsonv/serialization.hpp>#include <jsonv/serialization/container_adapter.hpp>#include <jsonv/serialization/enum_adapter.hpp>#include <jsonv/serialization/optional_adapter.hpp>#include <jsonv/serialization/polymorphic_adapter.hpp>#include <jsonv/serialization/wrapper_adapter.hpp>#include <deque>#include <map>#include <memory>#include <set>#include <type_traits>
Include dependency graph for serialization_builder.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | jsonv::member_adapter_builder< T, TMember > |
| class | jsonv::adapter_builder< T > |
| class | jsonv::polymorphic_adapter_builder< TPointer > |
| class | jsonv::formats_builder |
Functions | |
| JSONV_NO_RETURN JSONV_PUBLIC void | jsonv::throw_extra_keys_extraction_error (const extraction_context &context, const value &from, const std::set< std::string > &extra_keys) |
| Throw an extraction_error indicating that from had extra keys. | |
DSL for building formats.
Copyright (c) 2015-2020 by Travis Gockel. All rights reserved.
This program is free software: you can redistribute it and/or modify it under the terms of the Apache License as published by the Apache Software Foundation, either version 2 of the License, or (at your option) any later version.
Definition in file serialization_builder.hpp.
| JSONV_NO_RETURN JSONV_PUBLIC void jsonv::throw_extra_keys_extraction_error | ( | const extraction_context & | context, |
| const value & | from, | ||
| const std::set< std::string > & | extra_keys | ||
| ) |
Throw an extraction_error indicating that from had extra keys.
| extraction_error | always. |
Here is the call graph for this function: