This is preliminary documentation and is subject to change.

ExtendedDateTimeJsonConverterRead Method

Reads and converts the JSON to type T.

Definition

Namespace: MoreDateTime.Internal.Converters.Json
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public override ExtendedDateTime Read(
	ref Utf8JsonReader reader,
	Type typeToConvert,
	JsonSerializerOptions options
)

Parameters

reader  Utf8JsonReader
The reader.
typeToConvert  Type
The type to convert.
options  JsonSerializerOptions
An object that specifies serialization options to use.

Return Value

ExtendedDateTime
The converted value.

See Also