[]
Reads the JSON representation of the object.
protected virtual object ReadJson(JsonReader reader, Type objectType, object existedValue)
| Type | Name | Description |
|---|---|---|
| JsonReader | reader | The JsonReader to read from. |
| Type | objectType | Type of the object. |
| object | existedValue | The existing value of object being read. |
| Type | Description |
|---|---|
| object | The object value after deserializing. |