terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
SerializationBinder.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020003D1 RID: 977
8 public abstract class SerializationBinder
9 {
10 // Token: 0x06001EE8 RID: 7912 RVA: 0x00043888 File Offset: 0x00041A88
11 public virtual void BindToName(Type serializedType, [Out] string assemblyName, [Out] string typeName)
12 {
13 }
14
15 // Token: 0x06001EE9 RID: 7913
16 public abstract Type BindToType(string assemblyName, string typeName);
17
18 // Token: 0x06001EEA RID: 7914 RVA: 0x00043898 File Offset: 0x00041A98
20 {
21 }
22 }
23}
class f__AnonymousType0<< Count > j__TPar
Type BindToType(string assemblyName, string typeName)
virtual void BindToName(Type serializedType, [Out] string assemblyName, [Out] string typeName)