This is preliminary documentation and is subject to change.

UnspecifiedExtendedDateTimeJsonConverter Class

The extended date time converter for JSON

Definition

Namespace: MoreDateTime.Internal.Converters.Json
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public class UnspecifiedExtendedDateTimeJsonConverter : JsonConverter<UnspecifiedExtendedDateTime>
Inheritance
Object    JsonConverter    JsonConverterUnspecifiedExtendedDateTime    UnspecifiedExtendedDateTimeJsonConverter

Constructors

UnspecifiedExtendedDateTimeJsonConverter Initializes a new instance of the UnspecifiedExtendedDateTimeJsonConverter class

Methods

Read Reads and converts the JSON to type T.
(Overrides JsonConverterTRead(Utf8JsonReader, Type, JsonSerializerOptions))
Write Writes a specified value as JSON.
(Overrides JsonConverterTWrite(Utf8JsonWriter, T, JsonSerializerOptions))

See Also