userver: userver/formats/json/serialize_variant.hpp Source File
Loading...
Searching...
No Matches
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>