IJsonStreamReader Methods |
The IJsonStreamReader type exposes the following members.
| Name | Description | |
|---|---|---|
| InitializeAsync |
Initializes the reader
| |
| ReadArrayAsyncT |
Reads an array of tokens at the current point in the stream.
| |
| ReadObjectAsyncT |
Reads an object at the current point in the stream.
| |
| ReadTokenAsync |
Reads a dynamic token at the current point in the stream.
| |
| ReadToNextAttributeAsync |
Reads until the next attribute is found in the stream. Returns the path to the attribute,
or Field ValueType:null if the end of the stream is reached. |
| Name | Description | |
|---|---|---|
| ReadObjectsAsyncT |
Read an array at the current point in the stream as an array of POCOs.
(Defined by JsonStreamDeserializerExtensions.) | |
| ReadTokensAsync |
Read an array at the current point in the stream as an array of .
(Defined by JsonStreamDeserializerExtensions.) |