123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- #include "il2cpp-config.h"
- #ifndef _MSC_VER
- # include <alloca.h>
- #else
- # include <malloc.h>
- #endif
- #include "codegen/il2cpp-codegen-metadata.h"
- IL2CPP_EXTERN_C_BEGIN
- IL2CPP_EXTERN_C_END
- // 0x00000001 System.String QFramework.DefaultJsonSerializeUtility::SerializeJson(T)
- // 0x00000002 T QFramework.DefaultJsonSerializeUtility::DeserializeJson(System.String)
- // 0x00000003 System.Void QFramework.DefaultJsonSerializeUtility::.ctor()
- extern void DefaultJsonSerializeUtility__ctor_m0C14BAE10C061723795C90D562986FB46C873249 ();
- // 0x00000004 System.String QFramework.IJsonSerializeUtility::SerializeJson(T)
- // 0x00000005 T QFramework.IJsonSerializeUtility::DeserializeJson(System.String)
- static Il2CppMethodPointer s_methodPointers[5] =
- {
- NULL,
- NULL,
- DefaultJsonSerializeUtility__ctor_m0C14BAE10C061723795C90D562986FB46C873249,
- NULL,
- NULL,
- };
- static const int32_t s_InvokerIndices[5] =
- {
- -1,
- -1,
- 23,
- -1,
- -1,
- };
- static const Il2CppTokenRangePair s_rgctxIndices[2] =
- {
- { 0x06000001, { 0, 1 } },
- { 0x06000002, { 1, 1 } },
- };
- static const Il2CppRGCTXDefinition s_rgctxValues[2] =
- {
- { (Il2CppRGCTXDataType)2, 23113 },
- { (Il2CppRGCTXDataType)3, 18583 },
- };
- extern const Il2CppCodeGenModule g_QFramework_Core_SerializeCodeGenModule;
- const Il2CppCodeGenModule g_QFramework_Core_SerializeCodeGenModule =
- {
- "QFramework.Core.Serialize.dll",
- 5,
- s_methodPointers,
- s_InvokerIndices,
- 0,
- NULL,
- 2,
- s_rgctxIndices,
- 2,
- s_rgctxValues,
- NULL,
- };
|