[This is preliminary documentation and is subject to change.]
Implemented by concrete subclasses, this performs the final conversion from a non-null JSON value to
a value of type T.

C# | Visual Basic | Visual C++ |
protected abstract T ReadJsonImpl( JsonReader reader, JsonSerializer serializer )
Protected MustOverride Function ReadJsonImpl ( _ reader As JsonReader, _ serializer As JsonSerializer _ ) As T
protected: virtual T ReadJsonImpl( JsonReader^ reader, JsonSerializer^ serializer ) abstract

- reader (JsonReader)
- The JSON reader to pull data from
- serializer (JsonSerializer)
- The serializer to use for nested serialization

[Missing <returns> documentation for "M:NodaTime.Serialization.JsonNet.NodaConverterBase`1.ReadJsonImpl(Newtonsoft.Json.JsonReader,Newtonsoft.Json.JsonSerializer)"]
Assembly: NodaTime.Serialization.JsonNet (Module: NodaTime.Serialization.JsonNet.dll) Version: 1.0.0.0 (1.0.0.0)