JsonConverterBase<T>.ReadCore method

Reads the JSON representation of the value.

protected abstract T ReadCore(JsonReader reader, JsonSerializer serializer)

See Also