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 JsonConverterTHandleNull) |
| Read | Reads and converts the JSON to a nullable DateOnly. (Overrides JsonConverterTRead(Utf8JsonReader, Type, JsonSerializerOptions)) |
| Write | Writes a specified value as JSON. (Overrides JsonConverterTWrite(Utf8JsonWriter, T, JsonSerializerOptions)) |