aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/SerializationConfig.java
AgeCommit message (Expand)Author
2020-07-04Manual merge of fix for #2785 (from PR #2786)Tatu Saloranta
2019-10-29minor perf improvement for ser/deser config creationTatu Saloranta
2018-11-01...Tatu Saloranta
2018-10-27fix the problem with refactored JsonWriteFeature handlingTatu Saloranta
2016-11-27Config refactoring by demoting shared funcitonality to MapperConfigBaseTatu Saloranta
2016-10-23Add global default settings for setter info (JsonSetter.Value) to allow for d...Tatu Saloranta
2016-10-21clean upTatu Saloranta
2016-10-20incremental test coverage improvementsTatu Saloranta
2016-10-20Initial version of merging-property-deser (#1399)Tatu Saloranta
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