Jackson 3.0.0 default for SerializationFeature.WRITE_DATES_AS_TIMESTAMPS
#77
Closed
cowtowncoder
started this conversation in
Polls
Replies: 2 comments 1 reply
-
|
Seems like we can go push through |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
After almost 2 months, clear results: proposal approved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
(part of #72 uber-Discussion)
As of Jackson 2.x,
SerializationFeature.WRITE_DATES_AS_TIMESTAMPSdefaults totruefor backwards-compatibility. A suggestion has been made:FasterXML/jackson-databind#4845
to change it to
falseinstead, to improve JSON readability by defaulting to textual serialization over numeric timestamps which, while more efficient, are not human readable.We cannot make the change in Jackson 2.x, but could change it for 3.0.0.
So let's see if there is consensus on whether to make proposed change.
13 votes ·
Beta Was this translation helpful? Give feedback.
All reactions