public class ExtendedDateTimeJsonConverter : JsonConverter<ExtendedDateTime>
Dim instance As ExtendedDateTimeJsonConverter
public ref class ExtendedDateTimeJsonConverter : public JsonConverter<ExtendedDateTime^>
No code example is currently available or this language may not be supported.
ExtendedDateTimeJsonConverter | Initializes a new instance of the ExtendedDateTimeJsonConverter class |
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)) |