Open
Description
Right now, we provide serializers that format the entities of our library as ISO 8601 strings, using toString
and parse
functions. However, now that parse
and format
can work with custom formats, we could provide things like class LocalDateCustomSerializer(format: DateTimeFormat<LocalDate>): KSerializer<LocalDate>
.