QFramework.Core.Serialize_CodeGen.c 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. #include "il2cpp-config.h"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include "codegen/il2cpp-codegen-metadata.h"
  8. IL2CPP_EXTERN_C_BEGIN
  9. IL2CPP_EXTERN_C_END
  10. // 0x00000001 System.String QFramework.DefaultJsonSerializeUtility::SerializeJson(T)
  11. // 0x00000002 T QFramework.DefaultJsonSerializeUtility::DeserializeJson(System.String)
  12. // 0x00000003 System.Void QFramework.DefaultJsonSerializeUtility::.ctor()
  13. extern void DefaultJsonSerializeUtility__ctor_m0C14BAE10C061723795C90D562986FB46C873249 ();
  14. // 0x00000004 System.String QFramework.IJsonSerializeUtility::SerializeJson(T)
  15. // 0x00000005 T QFramework.IJsonSerializeUtility::DeserializeJson(System.String)
  16. static Il2CppMethodPointer s_methodPointers[5] =
  17. {
  18. NULL,
  19. NULL,
  20. DefaultJsonSerializeUtility__ctor_m0C14BAE10C061723795C90D562986FB46C873249,
  21. NULL,
  22. NULL,
  23. };
  24. static const int32_t s_InvokerIndices[5] =
  25. {
  26. -1,
  27. -1,
  28. 23,
  29. -1,
  30. -1,
  31. };
  32. static const Il2CppTokenRangePair s_rgctxIndices[2] =
  33. {
  34. { 0x06000001, { 0, 1 } },
  35. { 0x06000002, { 1, 1 } },
  36. };
  37. static const Il2CppRGCTXDefinition s_rgctxValues[2] =
  38. {
  39. { (Il2CppRGCTXDataType)2, 23113 },
  40. { (Il2CppRGCTXDataType)3, 18583 },
  41. };
  42. extern const Il2CppCodeGenModule g_QFramework_Core_SerializeCodeGenModule;
  43. const Il2CppCodeGenModule g_QFramework_Core_SerializeCodeGenModule =
  44. {
  45. "QFramework.Core.Serialize.dll",
  46. 5,
  47. s_methodPointers,
  48. s_InvokerIndices,
  49. 0,
  50. NULL,
  51. 2,
  52. s_rgctxIndices,
  53. 2,
  54. s_rgctxValues,
  55. NULL,
  56. };