terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
JsonISerializableContract (Type underlyingType) | |
Package Functions | |
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 |
Definition at line 9 of file JsonISerializableContract.cs.