JAXB extension

This extension provided an integration with JAXB. JAXB is a convenient way to process XML content using Java objects by binding XML schemas to Java classes.

The extension is composed of just one class, the JaxbRepresentation that extends the OutputRepresentation and is able to both serialize and deserialize a Java objects graph to/from an XML document.

For additional details, please consult the Javadocs.