Class MarshallerObjectInput

java.lang.Object
org.jboss.marshalling.MarshallerObjectInput
All Implemented Interfaces:
DataInput, ObjectInput, AutoCloseable

public class MarshallerObjectInput extends Object implements ObjectInput
A marshaller's object input. This implementation delegates to an Unmarshaller 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.