commit | 85e635630c3076f48a0b264581e1073d39ac779e | [log] [tgz] |
---|---|---|
author | Tatu <tatu@ning.com> | Mon Jan 23 15:52:29 2012 -0800 |
committer | Tatu <tatu@ning.com> | Mon Jan 23 15:52:29 2012 -0800 |
tree | 20fee8c00a557b26e1a09f7a58d4b2f0c0a51211 | |
parent | ab5e0eb0a8bee518ed07f733447e2d8c94c78f0d [diff] |
Fixes to @JsonUnwrapped serialization; now multi-level name transformations work correctly
This project contains the general-purpose data-binding functionality and tree-model for Jackson. While the original use case was JSON data-binding, it can typically be used for other data formats as well, as long as parser and generator implementations exist.
Project contains versions 2.0 and above: source code for earlier (1.x) versions is available from Codehaus SVN repository
Note that the main differences compared to 1.0 core jar are:
com.fasterxml.jackson.databind
(instead of org.codehaus.jackson.map
)