Skip to content

Introduce serializers corresponding to custom formats #350

Open
@dkhalanskyjb

Description

@dkhalanskyjb

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>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    formattersRelated to parsing and formatting

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions