Textual serialization helpers.
Definition in file serialize.hpp.
Go to the source code of this file.
#include <iosfwd>
#include <string>
#include <string_view>
#include <fmt/core.h>
#include <userver/compiler/select.hpp>
#include <userver/formats/bson/document.hpp>
#include <userver/formats/bson/value.hpp>
#include <userver/formats/json_fwd.hpp>
#include <userver/logging/log_helper_fwd.hpp>
#include <userver/utils/fast_pimpl.hpp>
#include <userver/utils/fmt_compat.hpp>
Classes | |
class | formats::bson::JsonString |
struct | fmt::formatter<::formats::bson::JsonString > |
struct | fmt::formatter<::formats::bson::Document > |
Uses formats::bson::ToRelaxedJsonString representation by default. More... | |
Namespaces | |
namespace | formats |
Value formats representation, parsing and serialization. | |
namespace | formats::parse |
Generic parsers and converters. | |
namespace | formats::bson |
BSON support. | |