Class MarshallerObjectOutput

java.lang.Object
org.jboss.marshalling.MarshallerObjectOutput
All Implemented Interfaces:
DataOutput, ObjectOutput, AutoCloseable

public class MarshallerObjectOutput extends Object implements ObjectOutput
A marshaller's object output. This implementation delegates to a Marshaller implementation while throwing an exception if close() is called.

This class is not part of the marshalling API; rather it is intended for marshaller implementors to make it easier to develop Java serialization-compatible marshallers.