commit | d92c1ed454e8474103e7eb698b0a855e7850dbb5 | [log] [tgz] |
---|---|---|
author | Tatu Saloranta <tsaloranta@gmail.com> | Fri Dec 23 18:23:31 2011 -0800 |
committer | Tatu Saloranta <tsaloranta@gmail.com> | Fri Dec 23 18:23:31 2011 -0800 |
tree | 74e58524abecdeefd214f0beb98cc46bb52e70cc | |
parent | d1e678e660f50c66113da7d03e4ffb52fef45fc0 [diff] |
More refactoring: moving JavaType to databind; other smaller clean up
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
)