Skip to content
cowtowncoder edited this page Jan 14, 2011 · 46 revisions

Home: Jackson XML databind Uncyclo

This is the home page for "jackson-xml-databind" project. The main deliverable of the project is a jar that contains extension to Jackson JSON library, to extend it so that it can bind XML to POJOs (and vice versa), instead of using JSON.

Basic usage:

Intended usage is by instantiating 'com.fasterxml.jackson.xml.XmlMapper', and using it just like standard Jackson 'ObjectMapper' -- the difference being that instead of JSON, external data format is XML. For most usage that is all there is!

Documentation:

Downloads:

Clone this wiki locally