[]
Reads the JSON representation of the object.
protected virtual object ReadJson(JsonReader reader, Type objectType, object existedValue)
Protected Overridable Function ReadJson(reader As JsonReader, objectType As Type, existedValue As Object) As Object
| 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. |