This is preliminary documentation and is subject to change.

UnspecifiedExtendedDateTimeJsonConverterWrite Method

Writes a specified value as JSON.

Definition

Namespace: MoreDateTime.Internal.Converters.Json
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public override void Write(
	Utf8JsonWriter writer,
	UnspecifiedExtendedDateTime value,
	JsonSerializerOptions options
)

Parameters

writer  Utf8JsonWriter
The writer to write to.
value  UnspecifiedExtendedDateTime
The value to convert to JSON.
options  JsonSerializerOptions
An object that specifies serialization options to use.

See Also