-
User guide
- Part 1 - Introduction
- Part 2 - Core Restlet
- Part 3 - Restlet Editions
- Part 4 - Restlet Extensions
- Appendices
- Tutorials
- Javadocs
- Change Log
JiBX extension
Introduction
This extension provides an integration with JiBX. JiBX is a very flexible framework for binding XML data to Java objects.
Description
The extension is composed of just one class, the JibxRepresentation that extends the XmlRepresentation and is able to both serialize and deserialize a Java objects graph to/from an XML document.
For additional details, please consult the Javadocs.