Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
StackFrameObjectState.cs
Go to the documentation of this file.
1
namespace
System.Text.Json
;
2
3
internal
enum
StackFrameObjectState
:
byte
4
{
5
None
,
6
StartToken
,
7
ReadAheadNameOrEndObject
,
8
ReadNameOrEndObject
,
9
ReadAheadIdValue
,
10
ReadAheadRefValue
,
11
ReadIdValue
,
12
ReadRefValue
,
13
ReadAheadRefEndObject
,
14
ReadRefEndObject
,
15
ReadAheadValuesName
,
16
ReadValuesName
,
17
ReadAheadValuesStartArray
,
18
ReadValuesStartArray
,
19
PropertyValue
,
20
CreatedObject
,
21
ReadElements
,
22
EndToken
,
23
EndTokenValidation
24
}
System.Text.Json.StackFrameObjectState
StackFrameObjectState
Definition
StackFrameObjectState.cs:4
System.Text.Json.StackFrameObjectState.EndTokenValidation
@ EndTokenValidation
System.Text.Json.StackFrameObjectState.ReadAheadValuesName
@ ReadAheadValuesName
System.Text.Json.StackFrameObjectState.ReadIdValue
@ ReadIdValue
System.Text.Json.StackFrameObjectState.ReadAheadRefValue
@ ReadAheadRefValue
System.Text.Json.StackFrameObjectState.ReadValuesName
@ ReadValuesName
System.Text.Json.StackFrameObjectState.ReadAheadIdValue
@ ReadAheadIdValue
System.Text.Json.StackFrameObjectState.ReadAheadRefEndObject
@ ReadAheadRefEndObject
System.Text.Json.StackFrameObjectState.ReadRefValue
@ ReadRefValue
System.Text.Json.StackFrameObjectState.StartToken
@ StartToken
System.Text.Json.StackFrameObjectState.EndToken
@ EndToken
System.Text.Json.StackFrameObjectState.ReadElements
@ ReadElements
System.Text.Json.StackFrameObjectState.ReadAheadNameOrEndObject
@ ReadAheadNameOrEndObject
System.Text.Json.StackFrameObjectState.CreatedObject
@ CreatedObject
System.Text.Json.StackFrameObjectState.ReadRefEndObject
@ ReadRefEndObject
System.Text.Json.StackFrameObjectState.ReadNameOrEndObject
@ ReadNameOrEndObject
System.Text.Json.StackFrameObjectState.ReadAheadValuesStartArray
@ ReadAheadValuesStartArray
System.Text.Json.StackFrameObjectState.ReadValuesStartArray
@ ReadValuesStartArray
System.Text.Json.StackFrameObjectState.PropertyValue
@ PropertyValue
System.Text.Json.ConverterStrategy.None
@ None
System.Text.Json
Definition
JsonArray.cs:7
source
System.Text.Json
System.Text.Json
StackFrameObjectState.cs
Generated by
1.10.0