Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ReadStackFrame.cs
Go to the documentation of this file.
5
6namespace System.Text.Json;
7
8[DebuggerDisplay("ConverterStrategy.{JsonTypeInfo.PropertyInfoForTypeInfo.ConverterStrategy}, {JsonTypeInfo.Type.Name}")]
9internal struct ReadStackFrame
10{
12
14
16
17 public byte[] JsonPropertyName;
18
20
21 public object DictionaryKey;
22
23 public int OriginalDepth;
24
26
27 public object ReturnValue;
28
30
32
34
35 public int PropertyIndex;
36
38
40
42
44
51
52 public void EndProperty()
53 {
54 JsonPropertyInfo = null;
55 JsonPropertyName = null;
59 }
60
61 public void EndElement()
62 {
65 }
66
71
76}
StackFramePropertyState PropertyState
StackFrameObjectState ObjectState
List< PropertyRef > PropertyRefCache
JsonNumberHandling? NumberHandling