Projects
XStream is a simple library to serialize objects to XML and back again.
Features: Ease of use, no mappings, performance, clean XML, no modifications to classes, integration with XML libraries, full object graph support, customizable conversion strategies.
Jackson is a high-performance streaming JSON parser/generator, nearing its "official" 1.0 release.
Its API is similar to Stax API used for efficient xml processing on Java platform.
Current home page is at http://www.cowtowncoder.com/hatchery/jackson/index.html.
