Move Enum-related SerializationFeature
s into EnumFeature
(3.0)
#5080
Milestone
SerializationFeature
s into EnumFeature
(3.0)
#5080
(similar to #5079 )
There are some
SerializationFeature
s that would make more sense as more specificEnumFeature
s. Let's make them. This includes:WRITE_ENUMS_USING_TO_STRING
(default: true; was false in 2.x)WRITE_ENUMS_USING_INDEX
(default: false)WRITE_ENUM_KEYS_USING_INDEX
(default: false)The text was updated successfully, but these errors were encountered: