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
|
Classes | |
class | ReferenceEqualsEqualityComparer |
Protected Member Functions | |
JsonSerializerInternalBase (JsonSerializer serializer) | |
void | ClearErrorContext () |
bool | IsErrorHandled (object currentObject, JsonContract contract, object keyValue, IJsonLineInfo lineInfo, string path, Exception ex) |
Protected Attributes | |
JsonSerializerProxy | InternalSerializer |
Package Attributes | |
readonly JsonSerializer | Serializer |
readonly ITraceWriter | TraceWriter |
Properties | |
BidirectionalDictionary< string, object > | DefaultReferenceMappings [get, set] |
Private Member Functions | |
ErrorContext | GetErrorContext (object currentObject, object member, string path, Exception error) |
Private Attributes | |
ErrorContext | _currentErrorContext |
BidirectionalDictionary< string, object > | _mappings |
Definition at line 15 of file JsonSerializerInternalBase.cs.