JAXB extension
Introduction
This extension provided an integration with JAXB 2.1. <a
href="https://jaxb.dev.java.net/">JAXB</a> is a convenient way to
process XML content using Java objects by binding XML schemas to Java
classes.
Description
The extension is composed of just one class, the JaxbRepresentation that extends the XmlRepresentation and is able to both serialize and deserialize a Java objects graph to/from an XML document.

There are no comments.