6#include <google/protobuf/util/json_util.h> 
    8#include <userver/formats/json.hpp> 
    9#include <userver/formats/json/serialize.hpp> 
   11USERVER_NAMESPACE_BEGIN
 
   20std::string 
ToString(
const google::protobuf::Message& message);
 
   30json::Value Serialize(
const google::protobuf::Message& message,