|
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.JsonContract:
Collaboration diagram for Newtonsoft.Json.Serialization.JsonContract:Package Functions | |
| JsonContract (Type underlyingType) | |
| void | InvokeOnSerializing (object o, StreamingContext context) |
| void | InvokeOnSerialized (object o, StreamingContext context) |
| void | InvokeOnDeserializing (object o, StreamingContext context) |
| void | InvokeOnDeserialized (object o, StreamingContext context) |
| void | InvokeOnError (object o, StreamingContext context, ErrorContext errorContext) |
Package Attributes | |
| bool | IsNullable |
| bool | IsConvertable |
| bool | IsEnum |
| Type | NonNullableUnderlyingType |
| ReadType | InternalReadType |
| JsonContractType | ContractType |
| bool | IsReadOnlyOrFixedSize |
| bool | IsSealed |
| bool | IsInstantiable |
Properties | |
| Type | UnderlyingType [get, set, private set] |
| Type | CreatedType [get, set] |
| bool? | IsReference [get, set] |
| JsonConverter | Converter [get, set] |
| JsonConverter | InternalConverter [get, set] |
| IList< SerializationCallback > | OnDeserializedCallbacks [get, set] |
| IList< SerializationCallback > | OnDeserializingCallbacks [get, set] |
| IList< SerializationCallback > | OnSerializedCallbacks [get, set] |
| IList< SerializationCallback > | OnSerializingCallbacks [get, set] |
| IList< SerializationErrorCallback > | OnErrorCallbacks [get, set] |
| MethodInfo | OnDeserialized [get, set] |
| MethodInfo | OnDeserializing [get, set] |
| MethodInfo | OnSerialized [get, set] |
| MethodInfo | OnSerializing [get, set] |
| MethodInfo | OnError [get, set] |
| Func< object > | DefaultCreator [get, set] |
| bool | DefaultCreatorNonPublic [get, set] |
Definition at line 15 of file JsonContract.cs.