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


Jump to tag:

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

Filtered by Project Tags java serialization stax

Refine results Project Tags xml (2) codehaus (2) persistence (1) messaging (1) remoting (1) json (1)

[2 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.

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.