File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
src/main/java/com/fasterxml/jackson/databind Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -260,11 +260,9 @@ public enum SerializationFeature implements ConfigFeature
260
260
* representation may mean either simple number, or an array of numbers,
261
261
* depending on type.
262
262
*<p>
263
- * Note: whether {@link java.util.Map} keys are serialized as Strings
264
- * or not is controlled using {@link #WRITE_DATE_KEYS_AS_TIMESTAMPS}.
265
- *<p>
266
- * Feature is enabled by default, so that period/duration are by default
267
- * serialized as timestamps.
263
+ * Feature is enabled by default in Jackson 2.x, so that period/duration values
264
+ * are by default serialized as timestamps.
265
+ * It will be disabled by default in Jackson 3.x.
268
266
*
269
267
* @since 2.5
270
268
*/
You can’t perform that action at this time.
0 commit comments