3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/cereal/BasicSaver.h"
10namespace cereal {
struct ReflectionCtx; }
11namespace cereal {
struct SaverConfig; }
Definition BasicSaver.h:17
Definition JsonSaver.h:16
MCAPI JsonSaver(::cereal::ReflectionCtx const &reflectionCtx, char indentChar, uint indentAmount)
MCAPI void * $ctor(::cereal::ReflectionCtx const &reflectionCtx, char indentChar, uint indentAmount)
static MCAPI void ** $vftable()
MCAPI void * $ctor(::cereal::ReflectionCtx const &, ::cereal::SaverConfig const &)
MCAPI::std::string toString()
MCAPI JsonSaver(::cereal::ReflectionCtx const &, ::cereal::SaverConfig const &)
Definition ReflectionCtx.h:11
Definition SaverConfig.h:7