|
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
|
Inheritance diagram for Newtonsoft.Json.Serialization.DefaultContractResolver:
Collaboration diagram for Newtonsoft.Json.Serialization.DefaultContractResolver:Classes | |
| class | EnumerableDictionaryWrapper |
Public Member Functions | |
| DefaultContractResolver () | |
| DefaultContractResolver (bool shareCache) | |
| virtual JsonContract | ResolveContract (Type type) |
| string | GetResolvedPropertyName (string propertyName) |
Package Functions | |
| DefaultContractResolverState | GetState () |
Static Package Functions | |
| static bool | IsJsonPrimitiveType (Type t) |
| static bool | IsIConvertible (Type t) |
| static bool | CanConvertToString (Type type) |
| static string | GetClrTypeFullName (Type type) |
Properties | |
| static IContractResolver | Instance [get, set] |
| bool | DynamicCodeGeneration [get, set] |
| BindingFlags | DefaultMembersSearchFlags [get, set] |
| bool | SerializeCompilerGeneratedMembers [get, set] |
| bool | IgnoreSerializableInterface [get, set] |
| bool | IgnoreSerializableAttribute [get, set] |
Static Private Member Functions | |
| static void | SetExtensionDataDelegates (JsonObjectContract contract, MemberInfo member) |
| static bool | ShouldSkipDeserialized (Type t) |
| static bool | ShouldSkipSerializing (Type t) |
| static bool | IsValidCallback (MethodInfo method, ParameterInfo[] parameters, Type attributeType, MethodInfo currentCallback, ref Type prevAttributeType) |
| static | DefaultContractResolver () |
Private Attributes | |
| readonly DefaultContractResolverState | _instanceState |
| readonly bool | _sharedCache |
| BindingFlags< DefaultMembersSearchFlags > | k__BackingField |
| bool< SerializeCompilerGeneratedMembers > | k__BackingField |
| bool< IgnoreSerializableInterface > | k__BackingField |
| bool< IgnoreSerializableAttribute > | k__BackingField |
Static Private Attributes | |
| static readonly IContractResolver | _instance |
| static readonly JsonConverter[] | BuiltInConverters |
| static readonly object | TypeContractCacheLock |
| static readonly DefaultContractResolverState | _sharedState |
Definition at line 23 of file DefaultContractResolver.cs.