[]
Reads the JSON representation of the object.
public override object ReadJson(JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer)
| Type | Name | Description |
|---|---|---|
| JsonReader | reader | The Newtonsoft.Json.JsonReader to read from. |
| Type | objectType | Type of the object. |
| object | existingValue | The existing value of object being read. |
| JsonSerializer | serializer | The calling serializer. |
| Type | Description |
|---|---|
| object | The object value. |