public override void Write(
Utf8JsonWriter writer,
ExtendedDateTime value,
JsonSerializerOptions options
)
Dim instance As ExtendedDateTimeJsonConverter
Dim writer As Utf8JsonWriter
Dim value As ExtendedDateTime
Dim options As JsonSerializerOptions
instance.Write(writer, value, options)
public:
virtual void Write(
Utf8JsonWriter^ writer,
ExtendedDateTime^ value,
JsonSerializerOptions^ options
) override
No code example is currently available or this language may not be supported.