67 lines
1.7 KiB
C
67 lines
1.7 KiB
C
#include "pch-c.h"
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include "codegen/il2cpp-codegen-metadata.h"
|
|
|
|
|
|
|
|
|
|
|
|
extern void JsonUtility_ToJsonInternal_mB893BE1511779B2E36B24BC77D2FB52BF5894CDD (void);
|
|
extern void JsonUtility_FromJsonInternal_m6C8155071DFF33D870873F945D1E4C965D1FE6C0 (void);
|
|
extern void JsonUtility_ToJson_m53A1FEE0D388CF3A629E093C04B5E1A6D5463B53 (void);
|
|
extern void JsonUtility_FromJson_m6DF4F85BE40F8A96BAFEC189306813ECE30DF44A (void);
|
|
static Il2CppMethodPointer s_methodPointers[5] =
|
|
{
|
|
JsonUtility_ToJsonInternal_mB893BE1511779B2E36B24BC77D2FB52BF5894CDD,
|
|
JsonUtility_FromJsonInternal_m6C8155071DFF33D870873F945D1E4C965D1FE6C0,
|
|
JsonUtility_ToJson_m53A1FEE0D388CF3A629E093C04B5E1A6D5463B53,
|
|
NULL,
|
|
JsonUtility_FromJson_m6DF4F85BE40F8A96BAFEC189306813ECE30DF44A,
|
|
};
|
|
static const int32_t s_InvokerIndices[5] =
|
|
{
|
|
7891,
|
|
7031,
|
|
7891,
|
|
0,
|
|
7898,
|
|
};
|
|
static const Il2CppTokenRangePair s_rgctxIndices[1] =
|
|
{
|
|
{ 0x06000004, { 0, 2 } },
|
|
};
|
|
extern const uint32_t g_rgctx_T_tB3191261F083EB0AE2454F736BF8A220615E222C;
|
|
extern const uint32_t g_rgctx_T_tB3191261F083EB0AE2454F736BF8A220615E222C;
|
|
static const Il2CppRGCTXDefinition s_rgctxValues[2] =
|
|
{
|
|
{ (Il2CppRGCTXDataType)1, (const void *)&g_rgctx_T_tB3191261F083EB0AE2454F736BF8A220615E222C },
|
|
{ (Il2CppRGCTXDataType)2, (const void *)&g_rgctx_T_tB3191261F083EB0AE2454F736BF8A220615E222C },
|
|
};
|
|
IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_JSONSerializeModule_CodeGenModule;
|
|
const Il2CppCodeGenModule g_UnityEngine_JSONSerializeModule_CodeGenModule =
|
|
{
|
|
"UnityEngine.JSONSerializeModule.dll",
|
|
5,
|
|
s_methodPointers,
|
|
0,
|
|
NULL,
|
|
s_InvokerIndices,
|
|
0,
|
|
NULL,
|
|
1,
|
|
s_rgctxIndices,
|
|
2,
|
|
s_rgctxValues,
|
|
NULL,
|
|
NULL,
|
|
NULL,
|
|
NULL,
|
|
NULL,
|
|
};
|