This is preliminary documentation and is subject to change.

ExtendedDateTimeCollectionJsonConverter Class

The extended date time collection converter for JSON

Definition

Namespace: MoreDateTime.Internal.Converters.Json
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public class ExtendedDateTimeCollectionJsonConverter : JsonConverter<ExtendedDateTimeCollection>
Inheritance
Object    JsonConverter    JsonConverterExtendedDateTimeCollection    ExtendedDateTimeCollectionJsonConverter

Constructors

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