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
When serializing, the date format is not taken into account.
It works when replacing the io.vavr.collections.List by java.util.List.
The text was updated successfully, but these errors were encountered:
camory
changed the title
Serialize of Liste of Date does not follow format defined ii YearMonth / LocalDateTime with specific JsonFormat
Serialize of Liste of Date does not follow pattern defined in @JsonFormat
Jun 3, 2020
Hello,
I am facing the same issue as described in #141 but with List.
I have a DTO with a List
java.util.Date
with a custom date format:When serializing, the date format is not taken into account.
It works when replacing the io.vavr.collections.List by java.util.List.
The text was updated successfully, but these errors were encountered: