aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/JsonSerializer.java
AgeCommit message (Expand)Author
2017-06-27Replace "can not" by "cannot" in commentsOliver Kopp
2017-04-25JsonSerializer#serialize throws useless JsonProcessingExceptionpigelvy
2016-11-06Simplify string-specific serializers a bitTatu Saloranta
2016-10-19yet more test coverage workTatu Saloranta
2016-09-30Initial #888 implementation, minus tests, probably not fully working yetTatu Saloranta
2016-09-29Initial #1356 implementationTatu Saloranta
2016-05-03Fix #903; add `JsonGenerator` ref to `SerializerProvider` and change `JsonMap...Tatu Saloranta
2016-05-03Start streamlining of exception generation from serialization sideTatu Saloranta
2016-04-19minor cleanupTatu Saloranta
2015-11-28Fix #1025: AnnotationIntrospectorPair.findPropertyInclusion (added unit test ...Tatu Saloranta
2015-10-02bit of Java7izationCowtowncoder
2015-08-27Javadoc fix for JsonSerializerEduard Kalinicenko
2015-07-10javadoc cleanupTatu Saloranta
2015-07-09Add `JsonSerializer.withFilterId(...)` mutant factory methodCowtowncoder
2015-06-10Fix #222Cowtowncoder
2015-05-04More warnings cleanupTatu Saloranta
2015-04-28Minor improvements to AtomicReference handlingTatu Saloranta
2015-02-07Minor improvements to error reporting, related to work on #691Tatu Saloranta
2014-12-18minor javadoc changesTatu Saloranta
2014-12-14Some work wrt #588; minor refactoring to support custom ObjectWriter sub-classesTatu Saloranta
2013-12-27Preparing for 2.3.1 releaseTatu Saloranta
2013-03-02More work on converters for deserialization; now passes 2/6 of new tests. Als...Tatu Saloranta
2013-02-14Start work on converters for serialization; adding annotationsTatu Saloranta
2013-01-03Javadoc improved to clarify on null handling by JsonSerializerTatu Saloranta
2012-11-21Try avoid NPEs with type visitorsTatu Saloranta
2012-10-03Trying to straighten up new visitor systemTatu Saloranta
2012-09-03Adding concept of 'delegating [de]serializer', to help with multi-level deleg...Tatu Saloranta
2012-02-26Improve default impl for missing type handlingTatu Saloranta
2012-02-05Implement serialization part of [JACKSON-107]Tatu Saloranta
2012-01-21RefactoringTatu Saloranta
2012-01-13Completed [JACKSON-669] implementationTatu Saloranta
2012-01-13First working version of prefix-for-unwrapped; may want to generalize to allo...Tatu Saloranta
2012-01-12Starting to add support for customizable 'is-empty' handlingTatu
2011-12-23...Tatu Saloranta
2011-12-23More reshufflingTatu Saloranta
2011-12-23First check-in, tons of compilation errors to resolveTatu Saloranta