WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

JsonStreamReader<(Of <(<'T>)>)> Constructor

Initializes a new instance of the JsonStreamReader<(Of <(<'T>)>)> class.

Namespace:  Walter
Assembly:  Walter (in Walter.dll)

Syntax


public JsonStreamReader(
	Stream jsonStream,
	Nullable<JsonSerializerSettings> settings
)

Parameters

jsonStream
Type: Stream
The json stream (will not be disposed by the reader).
settings
Type: Nullable<(Of <(<'JsonSerializerSettings>)>)>
The settings.

Exceptions


ExceptionCondition
ArgumentNullExceptionjsonStream
JsonReaderExceptionReading from the stream is not possible

Remarks


Errors property to test for errors during deserialization