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
Currently TimeZone used for serializing Date and Calendar values is only checked once, when contextualizing serializers. But since caller may dynamically change it for ObjectWriters, it is possible that setting may change on call-by-call basis, and should reflect the currently configured value.
The text was updated successfully, but these errors were encountered:
Currently
TimeZone
used for serializingDate
andCalendar
values is only checked once, when contextualizing serializers. But since caller may dynamically change it forObjectWriter
s, it is possible that setting may change on call-by-call basis, and should reflect the currently configured value.The text was updated successfully, but these errors were encountered: