Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.Json.ReadStack Struct Reference

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
 

Detailed Description

Definition at line 11 of file ReadStack.cs.


The documentation for this struct was generated from the following file: