You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>.