Files with serializers into formats.
Files | |
file | serialize_boost_variant.hpp |
Serializers for boost::variant types. | |
file | serialize_duration.hpp |
Serializers for std::chrono::duration types. | |
file | serialize_variant.hpp |
Serializers for std::variant. Deprecated include, use userver/formats/serialize/variant.hpp instead of. | |
file | boost_optional.hpp |
Serializers for boost::optional. | |
file | boost_uuid.hpp |
boost::uuids::uuid serializer to any format | |
file | common_containers.hpp |
Serializers for standard containers and optional. | |
file | time_of_day.hpp |
utils::datetime::TimeOfDay to any format | |
file | to.hpp |
Helper for serializers. | |
file | variant.hpp |
Serializers for std::variant. | |
file | serialize_duration.hpp |
Serializers for std::chrono::duration types. | |
file | proto_json.hpp |
Utilities for conversion Protobuf -> Json. | |
Classes | |
struct | formats::serialize::To< T > |