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
Is your feature request related to a problem? Please describe.
Currently java.time.Months MonthSerializer treats Month's as plain Enum. While implementation would be simple that way, it cannot or make difficult to leverage more robust features like JsonFormat shape overrides, and DateTimeFeatures.
Describe the solution you'd like
Remove Enum handling from java.time.Months MonthSerializer and do like MonthDayDeserializer?