JsonReaderState 구조체

정의

불완전한 데이터를 처리한 후에도 계속 읽기 위해 Utf8JsonReader에 제공되어야 하는 모든 관련 상태 정보를 보유하고 저장하는 불투명 형식을 정의합니다.

public value class JsonReaderState
public struct JsonReaderState
type JsonReaderState = struct
Public Structure JsonReaderState
상속
JsonReaderState

설명

JsonReaderState 는 불완전한 데이터를 읽을 때 재진입을 지원하고 사용 가능한 데이터를 한 번 더 읽으려면 입니다. Utf8JsonReader ref 구조체인 구조체와 달리 이 형식은 비동기/대기 경계를 넘어 살아남을 수 있으므로 새 인스턴스Utf8JsonReader를 계속하기 전에 비동기적으로 더 많은 데이터를 읽을 수 있도록 지원해야 합니다.

생성자

JsonReaderState(JsonReaderOptions)

JsonReaderState 인스턴스를 생성합니다.

속성

Options

기본 동작인 JSON 사양을 엄격하게 준수하지 않는 Utf8JsonReader 구조체를 사용하여 JSON 데이터를 읽을 때 사용할 사용자 지정 동작을 가져옵니다.

적용 대상