Click or drag to resize

DefaultJsonStreamReader Properties

The DefaultJsonStreamReader type exposes the following members.

Properties
  NameDescription
Public propertyDeserializer
The JsonSerializer to use for deserializing objects.
Public propertyValue
If the reader is stopped on a simple value attribute, returns the value.
Public propertyValueType
If the reader is stopped on a simple value attribute, returns the .NET type of the value. Otherwise, returns null.
Top
See Also