aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/ObjectWriter.java
AgeCommit message (Expand)Author
2020-07-02Minor changes to prevent compatibility issues with IonMapperTatu Saloranta
2020-07-02Fixed #2783 (last changes)Tatu Saloranta
2020-03-12Add missing config methods, testing, for ObjectWriter tooTatu Saloranta
2020-03-08more work on #2647Tatu Saloranta
2020-03-08First part of #2647, add `createGenerator()` methodsTatu Saloranta
2019-09-15Fix #1093 (Default typing does not work with `writerFor(Object.class)`)Tatu Saloranta
2019-08-09Fix #2348Tatu Saloranta
2017-07-12minor renamingTatu Saloranta
2017-07-09Merge pull request #1682 from koppor/fixcannotspellinginsrcTatu Saloranta
2017-06-27Replace "can not" by "cannot" in codeOliver Kopp
2017-06-27Replace "can not" by "cannot" in commentsOliver Kopp
2016-11-17test/coverage improvementsTatu Saloranta
2016-11-17Merge branch '2.8'Tatu Saloranta
2016-11-17Merge branch '2.7' into 2.8Tatu Saloranta
2016-11-17Fixed #1451Tatu Saloranta
2016-10-18...Tatu Saloranta
2016-10-18Merge branch '2.8'Tatu Saloranta
2016-10-18Add more test coverage for ObjectReader/ObjectWriter; fix 2 minor issues foundTatu Saloranta
2016-10-06Fixed #1404. And tons of assorted related improvements to try to pipe `target...Tatu Saloranta
2016-09-29Initial #1356 implementationTatu Saloranta
2016-06-03...Tatu Saloranta
2016-06-03Add support for writing to `DataOutput` via ObjectMapper, ObjectWriterTatu Saloranta
2016-05-03Start working on #1221Tatu Saloranta
2015-11-20Fix #1011Tatu Saloranta
2015-09-23Implement #819; now configuration of FormatFeatures should work, but needs to...Tatu Saloranta
2015-06-17Roll back tentative support for "base type" via ObjectWriter. Not clear yet w...Cowtowncoder
2015-06-16Start work on supporting separation of root value serializer and root type se...Tatu Saloranta
2015-06-13Minor cleanupTatu Saloranta
2015-06-12Fix #827 with minor modificationsCowtowncoder
2015-06-12Minor refactoring: move RootNameLookup deeper into configs, to reduce state t...Cowtowncoder
2015-05-12Implement #689: Add `ObjectMapper.setDefaultPrettyPrinter(...)`Tatu Saloranta
2015-05-05javadoc improvementsCowtowncoder
2015-04-21Fix #762Tatu Saloranta
2015-03-19Fix #727Cowtowncoder
2015-01-13Added ObjectWriter.acceptJsonFormatVisitor(Class, JsonFormatVisitorWrapper) o...Cowtowncoder
2014-12-17Implemented #654Tatu Saloranta
2014-12-17Unit test improvements for ObjectWriter.writeValues()Tatu Saloranta
2014-12-16Complete #655 implementation (add `ObjectWriter.writeValues()`)Tatu Saloranta
2014-12-16Refactoring to make ObjectWriter more robustTatu Saloranta
2014-12-16Fixes to sequence writing; changed naming to be more consistent with 'readVal...Tatu Saloranta
2014-12-14Starting to work on adding SequenceWriter, counterpart to MappingIterator on ...Tatu Saloranta
2014-12-14Some work wrt #588; minor refactoring to support custom ObjectWriter sub-classesTatu Saloranta
2014-11-20Naming improvementsTatu Saloranta
2014-11-19A fix related to JsonNode serialization; JsonNode should be JsonSerializable.Cowtowncoder
2014-11-08Implemented #607, #608Tatu Saloranta
2014-04-29Minor fix to avoid error if marking nominal serialization type as Object.classTatu Saloranta
2014-03-04Minor improvement to handling of JsonGenerator.close() on exception caseTatu Saloranta
2014-02-25Fix #412 in masterTatu Saloranta
2013-10-27Fixing a ref to deprecated methodTatu Saloranta
2013-10-07work bit more on context attributesTatu Saloranta