aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/ser
AgeCommit message (Expand)Author
2017-06-27Fix #1679Tatu Saloranta
2017-06-08Fix #1648Tatu Saloranta
2017-04-18Merge branch '2.7' into 2.8Tatu Saloranta
2017-04-18Fix #1607Tatu Saloranta
2017-03-25Fixed #1570Tatu Saloranta
2017-03-13backport contextualization fix wrt `ReferenceTypeSerializer` (for `AtomicRefe...Tatu Saloranta
2017-03-07Fix #1543Tatu Saloranta
2017-02-19Fixed #1513Tatu Saloranta
2017-02-18Add a passing test to try to repro #1513Tatu Saloranta
2017-01-16minor cleanupTatu Saloranta
2017-01-16Fix #1317Tatu Saloranta
2016-11-01Merge branch '2.7' into 2.8Tatu Saloranta
2016-11-01Fix #1439Tatu Saloranta
2016-10-16Further fix to handling wrt #1411Tatu Saloranta
2016-10-16Fix #1417Tatu Saloranta
2016-10-12Merge branch '2.7' into 2.8Tatu Saloranta
2016-10-12...Tatu Saloranta
2016-10-12Merge branch '2.7' into 2.8Tatu Saloranta
2016-10-12Fix #1411Tatu Saloranta
2016-09-28Fix #1385Tatu Saloranta
2016-09-12Fix #1368Tatu Saloranta
2016-09-08Improve error reporting wrt #1338 to add more info on which property caused t...Tatu Saloranta
2016-09-08Fix #1351Tatu Saloranta
2016-09-07Further work on deferring forcing of access (to reduce likelihood of unnecess...Tatu Saloranta
2016-08-17Fix #1327Tatu Saloranta
2016-08-15Merge branch '2.7'Tatu Saloranta
2016-08-15Fix #1322Tatu Saloranta
2016-08-11Merge branch '2.7'Tatu Saloranta
2016-08-11Add failing test case for #1322Tatu Saloranta
2016-07-12Fix #1256Tatu Saloranta
2016-06-28Minor improvement to Map key serializer handling, use new `Default` over olde...Tatu Saloranta
2016-06-27add a manual-run perf test to see cost of type resolutionTatu Saloranta
2016-06-18Completed type/property handling cleanup: should work as well as or better th...Tatu Saloranta
2016-06-04Merge branch '2.7'Tatu Saloranta
2016-06-04Merge branch '2.6' into 2.7Tatu Saloranta
2016-06-04Fix #1255Tatu Saloranta
2016-06-03Add support for writing to `DataOutput` via ObjectMapper, ObjectWriterTatu Saloranta
2016-05-23Change long[], double[] serializer to use new efficient `writeArray()` method...Tatu Saloranta
2016-05-22more minor tweaks to exception routingTatu Saloranta
2016-05-21upgrade powermock to latestTatu Saloranta
2016-05-20Fixed #1184Tatu Saloranta
2016-05-19Fix #1233Tatu Saloranta
2016-05-12Change int[] serializer to use the new JsonParser.writeArray() callTatu Saloranta
2016-05-06remove obsolete author tagsTatu 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-05-03Add unit test for #877; can not replicate the issueTatu Saloranta
2016-05-03Start working on #1221Tatu Saloranta
2016-05-01more work to allow config overrides for `@JsonIgnoreProperties`Tatu Saloranta
2016-05-01RefactoringTatu Saloranta