Replies: 1 comment 7 replies
-
Try using another instance of ObjectMapper via '.copy()' then set customSerializer for the Pojo. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've already annotate
dateTime
field to useLocalDateTimeToHHmmssSerializer.class
,Can I dynamically force to serialize this filed with another serializer?
Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions