Example usage for org.springframework.oxm.support AbstractMarshaller subclass-usage

List of usage examples for org.springframework.oxm.support AbstractMarshaller subclass-usage

Introduction

In this page you can find the example usage for org.springframework.oxm.support AbstractMarshaller subclass-usage.

Usage

From source file org.dataconservancy.packaging.tool.ser.JenaModelSerializer.java

/**
 * Spring (Un)marshaller for Jena {@code Model} instances.  (Un)marshalling from input and output streams are supported,
 * but currently DOM and SAX are not.  A {@link JenaModelFactory} must be supplied on construction, which supplies
 * configured {@code Model} instances for deserialization.
 *
 * @see <a href="http://jena.apache.org/documentation/io/index.html">Reading and Writing RDF in Apache Jena</a>

From source file org.springframework.oxm.xmlbeans.XmlBeansMarshaller.java

/**
 * Implementation of the {@link Marshaller} interface for Apache XMLBeans.
 *
 * <p>Options can be set by setting the <code>xmlOptions</code> property.
 * The {@link XmlOptionsFactoryBean} is provided to easily set up an {@link XmlOptions} instance.
 *