public class JsonDateOnlyString : JsonConverter<DateOnly?>
JsonDateOnlyString | Initializes a new instance of the JsonDateOnlyString class |
HandleNull |
Gets a value that indicates whether null should be passed to the converter on serialization.
(Overrides JsonConverter<T>.HandleNull) |
Read | Reads and converts the JSON to a nullable DateOnly. (Overrides JsonConverter<T>.Read(Utf8JsonReader, Type, JsonSerializerOptions)) |
Write | Writes a specified value as JSON. (Overrides JsonConverter<T>.Write(Utf8JsonWriter, T, JsonSerializerOptions)) |