aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/SerializationFeature.java
AgeCommit message (Expand)Author
2016-08-17improve #1327 testTatu Saloranta
2016-06-01minor tweaking for #867 to reduce perf overheadTatu Saloranta
2015-11-12Add unit test for #1002, improved javadocs as wellTatu Saloranta
2015-10-22Fix to handling of format featuresCowtowncoder
2015-06-18test cleanupCowtowncoder
2015-06-17minor addition to #825 test, to verify actual id used by deserialized instance.Cowtowncoder
2015-05-27minor cleanupCowtowncoder
2015-05-17Update javadoc wrt #794Tatu Saloranta
2015-05-17Work on #794: add the feature.Tatu Saloranta
2015-05-12Implement #689: Add `ObjectMapper.setDefaultPrettyPrinter(...)`Tatu Saloranta
2014-11-18minor javadoc cleanupTatu Saloranta
2014-11-17Implement #616Tatu Saloranta
2014-11-08Implemented #607, #608Tatu Saloranta
2014-11-05whitespace at lineends removed by editorPatrick Huber
2014-11-05javadoc error: INDENT_OUTPUT is disabled by defaultPatrick Huber
2014-05-07serialization feature to enable/disable reporting of errors related to typeBen Fagin
2014-02-13Implement #405Tatu Saloranta
2013-10-17javadoc improvement wrt #325Tatu Saloranta
2013-08-06Implement #270Tatu Saloranta
2013-05-25Fixed #232Tatu Saloranta
2013-04-10Fix defaults for newly added featuresTatu Saloranta
2013-04-09Implemented #203Tatu Saloranta
2013-03-02More work on converters for deserialization; now passes 2/6 of new tests. Als...Tatu Saloranta
2013-01-05Added serialization feature for writing BigDecimal in plain formMark van Cuijk
2013-01-03fixed javadoc for WRAP_ROOT_VALUEc0nscience
2012-06-28Add pre-fetching of serializers in ObjectWriter as wellTatu Saloranta
2012-04-17Changes to make 1.5 compatible against: first, removing @Override from interf...Tatu Saloranta
2012-03-09Implement [JACKSON-805], SerializationFeature.WRITE_SINGLE_ELEM_ARRAYS_UNWRAPPEDTatu Saloranta
2012-03-03Implement [JACKSON-636], SerializationFeature.ORDER_MAP_ENTRIES_BY_KEYSTatu Saloranta
2012-02-03Reorg things a bit: SerializationConfig, DeserializationConfig back at main l...Tatu Saloranta
2012-02-02Add unit tests for [JACKSON-762]Tatu Saloranta
2012-02-02Implemented [JACKSON-777] (renamed SerializationConfig.Feature, Deserializati...Tatu