This is preliminary documentation and is subject to change.

ExtendedDateTimeIntervalJsonConverter 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 ExtendedDateTimeIntervalJsonConverter : JsonConverter<ExtendedDateTimeInterval>
Inheritance
Object    JsonConverter    JsonConverterExtendedDateTimeInterval    ExtendedDateTimeIntervalJsonConverter

Constructors

ExtendedDateTimeIntervalJsonConverter Initializes a new instance of the ExtendedDateTimeIntervalJsonConverter 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