aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/ser/BeanSerializer.java
AgeCommit message (Expand)Author
2020-07-24Minor streamliningTatu Saloranta
2020-07-23FasterXML/jackson-databind#1296 @JsonIncludeProperties (#2771)Baptiste Pernet
2020-06-16Fixed #2759Tatu Saloranta
2019-09-20Fix #2077Tatu Saloranta
2017-07-24Minor fix to new/rewritten type handling; solves regression observedTatu Saloranta
2017-06-27Replace "can not" by "cannot" in commentsOliver Kopp
2017-03-17Fix #1559Tatu Saloranta
2016-05-01Refactorings to use JsonIgnoreProperties.Value to allow config overridesTatu Saloranta
2016-03-21Change code to use `writeStartObject(Object value)` where applicable, to stre...Tatu Saloranta
2015-08-14Fix #899Cowtowncoder
2015-07-28Merge branch '2.5'Cowtowncoder
2015-07-09Add `JsonSerializer.withFilterId(...)` mutant factory methodCowtowncoder
2014-12-23Fix #660Cowtowncoder
2014-11-26Start work on #631 implementationTatu Saloranta
2014-10-02javadoc improvementCowtowncoder
2013-09-18Put back a ctor of BeanSerializerTatu Saloranta
2013-09-12Implement #306Tatu Saloranta
2013-03-10Fix #188, probs with ObjectId, 'alwaysAsId' referencesTatu Saloranta
2013-03-10RefactoringTatu Saloranta
2012-08-24Improved handling of "always-as-id" references; might now actually be usefulTatu Saloranta
2012-07-31Add unit tests, support for jackson-annotations issue #4: add `@JsonIdentityI...Tatu Saloranta
2012-06-28Start work on "POJOs-as-arrays" serializationTatu Saloranta
2012-02-20Start work on [JACKSON-787]; implemented for serializationTatu Saloranta
2012-02-17Implement Builder-based deserializer; fix a few ObjectId issuesTatu Saloranta
2012-02-09Added serialization support for custom ids (property-based)Tatu Saloranta
2012-02-08Simplify object id handling during serialization a bitTatu Saloranta
2012-02-07Ok, Object Id handling back to working as good as before refactoring, i.e. ju...Tatu
2012-02-06Refactoring Object Id handling, after realizing first attempt is too limitingTatu Saloranta
2012-02-05Implement serialization part of [JACKSON-107]Tatu Saloranta
2012-02-04More work on object id serializationTatu Saloranta
2012-02-03Implemented [JACKSON-762], almost done (one more unit test to make work...)Tatu
2012-01-25...Tatu 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-23More refactoring: moving JavaType to databind; other smaller clean upTatu Saloranta
2011-12-23First check-in, tons of compilation errors to resolveTatu Saloranta