InstantPatternConverter.

ReadJsonImpl(JsonReader, JsonSerializer) Method

Summary

Implemented by concrete subclasses, this performs the final conversion from a non-null JSON value to a value of type T.

Syntax

protected override Instant ReadJsonImpl(JsonReader reader, JsonSerializer serializer)

Parameters

Name Type Description
reader JsonReader The JSON reader to pull data from
serializer JsonSerializer The serializer to use for nested serialization

Return Value

Type Description
Instant The deserialized value of type T.