[]
        
(Showing Draft Content)

C1.JsonNet.Converters.StreamConverter.ReadJson

ReadJson Method

ReadJson(JsonReader, Type, object)

Reads the JSON representation of the object.

Declaration
protected override object ReadJson(JsonReader reader, Type objectType, object existingValue)
Protected Overrides Function ReadJson(reader As JsonReader, objectType As Type, existingValue As Object) As Object
Parameters
Type Name Description
JsonReader reader

The JsonReader to read from.

Type objectType

Type of the object.

object existingValue

The existing value of object being read.

Returns
Type Description
object

The object value after deserializing.

Overrides