commit | 465645e7d7891646c82fdcdf35f8256e1af18e72 | [log] [tgz] |
---|---|---|
author | Tatu <tatu@ning.com> | Fri Feb 03 14:02:17 2012 -0800 |
committer | Tatu <tatu@ning.com> | Fri Feb 03 14:02:17 2012 -0800 |
tree | a5ab389a00c0d7411cd6dd5daa287f286af68cbc | |
parent | 0c1d95cee9e468b75dca6791332d44b19b93ed77 [diff] |
Groundwork for [JACKSON-762], ability to use bean getters for type id
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
)