userver: userver/formats/json/serialize_variant.hpp Source File
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
serialize_variant.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/formats/json/serialize_variant.hpp
4/// @brief Serializers for std::variant. Deprecated include, use
5/// userver/formats/serialize/variant.hpp instead of.
6/// @ingroup userver_universal userver_formats_serialize
7
8#include <userver/formats/serialize/variant.hpp>
9
10// TODO remove extra include
11#include <userver/formats/json/value_builder.hpp>