<PackageReference Include="System.Text.Json" Version="4.6.0-preview6.19303.8" />

ReadStackFrame

public bool Drain

public byte[] JsonPropertyName

public string KeyName

public int PropertyIndex

public bool PropertyInitialized

public object ReturnValue

public bool IsDictionary { get; }

public bool IsDictionaryProperty { get; }

public bool IsEnumerable { get; }

public bool IsEnumerableProperty { get; }

public bool IsImmutableDictionary { get; }

public bool IsImmutableDictionaryProperty { get; }

public bool IsProcessingDictionary { get; }

public bool IsProcessingEnumerable { get; }

public bool IsProcessingImmutableDictionary { get; }

public bool IsProcessingValue { get; }

public bool SkipProperty { get; }

public static object CreateEnumerableValue(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options)

public static IEnumerable GetEnumerableValue(ref ReadStackFrame current)

public void EndObject()

public void Initialize(Type type, JsonSerializerOptions options)

public void Reset()

public void ResetProperty()

public void SetReturnValue(object value)