Projects tagged ‘java’, ‘serialization’, and ‘xml’


Jump to tag:

Projects tagged ‘java’, ‘serialization’, and ‘xml’

Filtered by Project Tags java serialization xml

Refine results Project Tags codehaus (2) remoting (2) json (2) stax (2) jruby (1) groovy (1) web (1) ajax (1) library (1) persistence (1) tool (1) messaging (1)

[3 total ]

68USERS
   

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.

4USERS
 

JSON-lib is a java library for transforming beans, maps, collections, java arrays and XML to JSON and back again to beans and DynaBeans. It is based on the work by Douglas Crockford in http://www.json.org/java. Includes support for Groovy and JRuby as well.

1USERS

StaxMate is a light-weight framework that adds convenience to streaming XML-processing without significant additional overhead. It builds on top of StAX (JSR-173) compliant processors such as Woodstox , and offers two basic abstractions: * Cursors, which build on XMLStreamReaders * Output objects, which build on XMLStreamWriters.