commit | d1e678e660f50c66113da7d03e4ffb52fef45fc0 | [log] [tgz] |
---|---|---|
author | Tatu Saloranta <tsaloranta@gmail.com> | Fri Dec 23 17:38:40 2011 -0800 |
committer | Tatu Saloranta <tsaloranta@gmail.com> | Fri Dec 23 17:38:40 2011 -0800 |
tree | 772dbe14f3db77e4e51dcb6b3c872b1f9795df5d | |
parent | 8ac635b4cdc251a48ad24c4ef6a3398ed4902f18 [diff] |
Last pieces of the first round of refactoring: again compiles, may work
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
)