Class UnmarshallingObjectInputStream

java.lang.Object
java.io.InputStream
java.io.ObjectInputStream
org.jboss.marshalling.UnmarshallingObjectInputStream
All Implemented Interfaces:
Closeable, DataInput, ObjectInput, ObjectStreamConstants, AutoCloseable

public final class UnmarshallingObjectInputStream extends ObjectInputStream
An object input stream which wraps an Unmarshaller, which may be used by legacy ObjectInputStream-based applications that wish to use the marshalling framework.