[]
Reads the JSON representation of the object.
protected override object ReadJson(JsonReader reader, Type objectType, object existingValue)
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. |
Type | Description |
---|---|
object | The object value after deserializing. |