3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/cereal/schema/BasicSchema.h"
14namespace cereal::internal {
struct LoadState; }
15namespace cereal::internal {
struct SaveState; }
18namespace cereal::internal {
27 ::entt::meta_any
const&,
35 virtual ::cereal::SchemaDescription
47 ::entt::meta_any
const&,
54 MCNAPI ::cereal::SchemaDescription
Definition BasicSchema.h:23
Definition UndefinedSchema.h:20
MCAPI void $doLoad(::cereal::SchemaReader &, ::entt::meta_any &, ::entt::meta_any const &, ::cereal::internal::LoadState const &state) const
MCAPI void $doSave(::cereal::SchemaWriter &, ::entt::meta_any const &any, ::cereal::internal::SaveState const &state) const
static MCAPI void ** $vftable()
MCAPI::cereal::SchemaDescription $makeDescription(::entt::meta_ctx const &, ::cereal::internal::DescriptionConfig) const
Definition SchemaDescription.h:20
Definition SchemaReader.h:12
Definition SchemaWriter.h:16
Definition DescriptionConfig.h:7