Skip to content

Create proper MonthDeserializer and MonthSerializer (don't rely on EnumDeserializer/EnumSerializer) #5078

@cowtowncoder

Description

@cowtowncoder

Current deserializer implementation for type java.time.Month is a mess, inherited from jackson-datatype-jsr310: it defaults to using plain EnumDeserializer but wrapping it in case of 1-based processing being enabled.

Instead, we should just write regular deserializer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.0Issue planned for initial 3.0 release3.0-release-notesIssues relevant for 3.0 release notes.date-time-configWork related to possible larger DateTimeConfig feature

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions