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
DefaultContractResolverState.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Generic
;
3
using
Newtonsoft.Json.Shims
;
4
using
Newtonsoft.Json.Utilities
;
5
6
namespace
Newtonsoft.Json.Serialization
7
{
8
// Token: 0x02000089 RID: 137
9
[
Preserve
]
10
internal
class
DefaultContractResolverState
11
{
12
// Token: 0x060004D3 RID: 1235 RVA: 0x0000CA4C File Offset: 0x0000AC4C
13
public
DefaultContractResolverState
()
14
{
15
}
16
17
// Token: 0x04000225 RID: 549
18
public
Dictionary<ResolverContractKey, JsonContract>
ContractCache
;
19
20
// Token: 0x04000226 RID: 550
21
public
PropertyNameTable
NameTable
;
22
}
23
}
Newtonsoft.Json.Serialization.DefaultContractResolverState.DefaultContractResolverState
DefaultContractResolverState()
Definition
DefaultContractResolverState.cs:13
Newtonsoft.Json.Serialization.DefaultContractResolverState.NameTable
PropertyNameTable NameTable
Definition
DefaultContractResolverState.cs:21
Newtonsoft.Json.Serialization.DefaultContractResolverState.ContractCache
Dictionary< ResolverContractKey, JsonContract > ContractCache
Definition
DefaultContractResolverState.cs:18
Newtonsoft.Json.Serialization.DefaultContractResolverState
Definition
DefaultContractResolverState.cs:11
Newtonsoft.Json.Utilities.PropertyNameTable
Definition
PropertyNameTable.cs:9
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:15
Newtonsoft.Json.Serialization
Definition
CachedAttributeGetter.cs:7
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
Newtonsoft.Json.Utilities
Definition
Base64Encoder.cs:6
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Serialization
DefaultContractResolverState.cs
Generated by
1.10.0