terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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] |
bool | DynamicCodeGeneration [get] |
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, 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 21 of file DefaultContractResolver.cs.