1#ifndef TENDUKE_EE_SERIALIZESTATETOJSON_H
2#define TENDUKE_EE_SERIALIZESTATETOJSON_H
4#include "./ClientState.h"
8namespace tenduke {
namespace ee {
23 std::string
serialize(const ::tenduke::ee::ClientState &state)
const;
Serializes client state to JSON.
Definition SerializeStateToJSON.h:14
std::string serialize(const ::tenduke::ee::ClientState &state) const
Serializes the state.
Definition SerializeStateToJSON.cpp:9
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4