terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
SerializationBinder.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20003D1")]
8 [global::System.Serializable]
9 public abstract class SerializationBinder
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6001EE8")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1B5146C", Offset = "0x1B5146C", Length = "0xC")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 public virtual void BindToName(global::System.Type serializedType, out string assemblyName, out string typeName)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6001EE9")]
20 public abstract global::System.Type BindToType(string assemblyName, string typeName);
21
22 [global::Cpp2ILInjected.Token(Token = "0x6001EEA")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1B51478", Offset = "0x1B51478", Length = "0x8")]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Serialization.DefaultSerializationBinder", Member = ".ctor", ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
28 {
29 throw null;
30 }
31 }
32}
class f__AnonymousType0<< Count > j__TPar
virtual void BindToName(global::System.Type serializedType, out string assemblyName, out string typeName)
global::System.Type BindToType(string assemblyName, string typeName)