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