Click or drag to resize

IJsonStreamReader Methods

The IJsonStreamReader type exposes the following members.

Methods
  NameDescription
Public methodInitializeAsync
Initializes the reader
Public methodReadArrayAsyncT
Reads an array of tokens at the current point in the stream.
Public methodReadObjectAsyncT
Reads an object at the current point in the stream.
Public methodReadTokenAsync
Reads a dynamic token at the current point in the stream.
Public methodReadToNextAttributeAsync
Reads until the next attribute is found in the stream. Returns the path to the attribute, or

Field Value

Type: 
null if the end of the stream is reached.
Top
Extension Methods
  NameDescription
Public Extension MethodReadObjectsAsyncT
Read an array at the current point in the stream as an array of POCOs.
(Defined by JsonStreamDeserializerExtensions.)
Public Extension MethodReadTokensAsync
Read an array at the current point in the stream as an array of .
(Defined by JsonStreamDeserializerExtensions.)
Top
See Also