FasterXML / jackson-modules-java8

Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names)
Apache License 2.0
401 stars 117 forks source link

Array representation of `MonthDay` can not be deserialized #121

Closed cowtowncoder closed 5 years ago

cowtowncoder commented 5 years ago

(note: spin-off of #107)

As per description: although it is possible to serialize MonthDay as array (even if it is not, regrettably, the default), it is not possible to read it back.