Method ReadValue
ReadValue(JsonReader, JsonSerializer)
Called recursively to read and deserialise the current value.
Declaration
protected virtual object ReadValue(JsonReader reader, JsonSerializer serializer)
Parameters
| Type |
Name |
Description |
| Newtonsoft.Json.JsonReader |
reader |
The Newtonsoft.Json.JsonReader instance to read from. |
| Newtonsoft.Json.JsonSerializer |
serializer |
The Newtonsoft.Json.JsonSerializer used for deserialisation. |
Returns
| Type |
Description |
| Object |
Deserialised object. |
Exceptions
| Type |
Condition |
| Newtonsoft.Json.JsonSerializationException |
Deserialisation failed. The message contains further details on the cause and stream position.
|