Change default of SerializationFeature.WRITE_DATES_AS_TIMESTAMPS
to false
in 3.0
#4845
Labels
3.0
Issue planned for initial 3.0 release
(note: part of proposed changes via https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-2)
It seems that the default of writing basic Date/Time values as numeric timestamps is something that should be changed: while this is more efficient than the alternative of writing Date/Time value as
String
s, most users expect Strings, and most frameworks seem to change the default.So the proposal is to change the default accordingly.
The text was updated successfully, but these errors were encountered: