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
CamelCasePropertyNamesContractResolver.cs
Go to the documentation of this file.
1
using
System
;
2
using
Newtonsoft.Json.Shims
;
3
using
Newtonsoft.Json.Utilities
;
4
5
namespace
Newtonsoft.Json.Serialization
6
{
7
// Token: 0x02000087 RID: 135
8
[
Preserve
]
9
public
class
CamelCasePropertyNamesContractResolver
:
DefaultContractResolver
10
{
11
// Token: 0x060004CD RID: 1229 RVA: 0x0000C9C0 File Offset: 0x0000ABC0
12
public
CamelCasePropertyNamesContractResolver
()
13
{
14
if
(!
true
)
15
{
16
}
17
base
..ctor();
18
this._sharedCache
=
true
;
19
}
20
21
// Token: 0x060004CE RID: 1230 RVA: 0x0000C9E0 File Offset: 0x0000ABE0
22
protected
override
string
ResolvePropertyName
(
string
propertyName
)
23
{
24
return
StringUtils
.
ToCamelCase
(
propertyName
);
25
}
26
}
27
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.CamelCasePropertyNamesContractResolver
CamelCasePropertyNamesContractResolver()
Definition
CamelCasePropertyNamesContractResolver.cs:12
Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.ResolvePropertyName
override string ResolvePropertyName(string propertyName)
Definition
CamelCasePropertyNamesContractResolver.cs:22
Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver
Definition
CamelCasePropertyNamesContractResolver.cs:10
Newtonsoft.Json.Serialization.DefaultContractResolver
Definition
DefaultContractResolver.cs:22
Newtonsoft.Json.Utilities.StringUtils.ToCamelCase
static string ToCamelCase(string s)
Definition
StringUtils.cs:128
Newtonsoft.Json.Utilities.StringUtils
Definition
StringUtils.cs:14
Newtonsoft.Json.Serialization
Definition
CachedAttributeGetter.cs:7
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
Newtonsoft.Json.Utilities
Definition
Base64Encoder.cs:6
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Serialization
CamelCasePropertyNamesContractResolver.cs
Generated by
1.10.0