aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/SerializationConfig.java
AgeCommit message (Expand)Author
2016-08-17Fix #1327Tatu Saloranta
2016-05-24Merge branch '2.7'Tatu Saloranta
2016-05-24Fix #1223Tatu Saloranta
2016-05-01RefactoringTatu Saloranta
2016-04-24Renaming "property config override" as "type config override" as configuratio...Tatu Saloranta
2016-04-15Continue work on property-config-overrides: now works with Dates, for formatTatu Saloranta
2016-04-14minor foundational work for per-type configs (format, inclusion)Tatu Saloranta
2016-03-28Bit more work on property config overridesTatu Saloranta
2016-02-04minor javadoc improvementTatu Saloranta
2015-10-22Fix to handling of format featuresCowtowncoder
2015-10-13Further refactoring to allow per-type format, serialization-inclusion defaultsTatu Saloranta
2015-10-13Complete refactoring of property inclusion, allowing global defaults for valu...Cowtowncoder
2015-09-23Implement #819; now configuration of FormatFeatures should work, but needs to...Tatu Saloranta
2015-06-12Minor refactoring: move RootNameLookup deeper into configs, to reduce state t...Cowtowncoder
2015-05-12Implement #689: Add `ObjectMapper.setDefaultPrettyPrinter(...)`Tatu Saloranta
2015-04-02Start work on #688Cowtowncoder
2014-11-19javadoc cleanupCowtowncoder
2014-11-09More work on trying to make per-call configuration of JsonParser.Feature/Json...Tatu Saloranta
2014-11-08Implemented #607, #608Tatu Saloranta
2014-01-20Working on being able to plug-in SerializableString replacements for 2.4Tatu Saloranta
2013-10-07work bit more on context attributesTatu Saloranta
2013-10-06Start work on adding context(-accessible) attributes; general-purpose key/val...Tatu Saloranta
2013-08-28Add support for auto-detecting need for property orderingTatu Saloranta
2013-08-21add bulk-geature-set accessorsTatu Saloranta
2012-10-05Work on making core pieces (up to and including ObjectMapper) java.io.Seriali...Tatu Saloranta
2012-08-16Resolving Eclipse warnings (missing overrides etc)Tatu Saloranta
2012-08-13Implememented [Issue#42], allow defining Base64 default variant to use for da...Tatu Saloranta
2012-08-04Implement [Issue#28], add ObjectMapper.copy()Tatu Saloranta
2012-04-27Add test for [Issue-14]Tatu Saloranta
2012-02-23...Tatu Saloranta
2012-02-03Reorg things a bit: SerializationConfig, DeserializationConfig back at main l...Tatu Saloranta
2012-02-02Implemented [JACKSON-777] (renamed SerializationConfig.Feature, Deserializati...Tatu
2012-01-28Work on [JACKSON-707], [JACKSON-770]; simplifying JsonNodeTatu Saloranta
2012-01-27Bit more work on view handlingTatu Saloranta
2012-01-24Starting to work on [JACKSON-608] (views for deser)Tatu Saloranta
2012-01-24Completed (?) major refactoring to give necessary context for Resolvable Seri...Tatu Saloranta
2012-01-22Refactoring: eliminate exposure of BasicBeanDescription (now just base class....Tatu Saloranta
2012-01-22Implement [JACKSON-764], programmatic way to set root name to use for root-wr...Tatu Saloranta
2012-01-19Start work on [JACKSON-747], per-call changing of Ser/DeserConfig Features (l...Tatu Saloranta
2012-01-19Completed major rewrite of handling of on/off features for ObjectMapper/SerCo...Tatu
2012-01-18LAst config cleanups of the dayTatu Saloranta
2012-01-18And more refactoring: configs are now immutableTatu Saloranta
2012-01-18Still more config changesTatu Saloranta
2012-01-18yet more config clean up (?)Tatu Saloranta
2012-01-18Yet more config refactoringTatu Saloranta
2012-01-18Start work on [JACKSON-730] for databindTatu Saloranta
2012-01-14Implement [JACKSON-751], add @JsonIncludeTatu Saloranta
2012-01-14Fixed issues uncovered with handling of contextual serializers (was not alway...Tatu Saloranta
2012-01-14Working on [JACKSON-736]Tatu Saloranta
2012-01-14Implement [JACKSON-710]: avoid wrapping/unwrapping with ObjectMapper.convertV...Tatu Saloranta