Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Initialize (Type type, JsonSerializerOptions options, bool supportContinuation) |
void | Push () |
void | Pop (bool success) |
string | JsonPath () |
Public Attributes | |
ReadStackFrame | Current |
long | BytesConsumed |
bool | ReadAhead |
ReferenceResolver | ReferenceResolver |
bool | SupportContinuation |
bool | UseFastPath |
Package Functions | |
void | Initialize (JsonTypeInfo jsonTypeInfo, bool supportContinuation=false) |
Static Package Attributes | |
static readonly char[] | SpecialCharacters |
Properties | |
bool | IsContinuation [get] |
Private Member Functions | |
void | EnsurePushCapacity () |
void | SetConstructorArgumentState () |
Private Attributes | |
ReadStackFrame[] | _stack |
int | _count |
int | _continuationCount |
List< ArgumentState > | _ctorArgStateCache |
Definition at line 11 of file ReadStack.cs.