[]
Deserialize the object.
protected override object ReadJson(JsonReader reader, Type objectType, object existingValue)
Type | Name | Description |
---|---|---|
JsonReader | reader | The deserialization reader. |
Type | objectType | The object type. |
object | existingValue | The existed value. |
Type | Description |
---|---|
object | The object after deserialization. |