Class ObjectInputStreamUnmarshaller

java.lang.Object
org.jboss.marshalling.ObjectInputStreamUnmarshaller
All Implemented Interfaces:
Closeable, DataInput, ObjectInput, AutoCloseable, ByteInput, Unmarshaller

public class ObjectInputStreamUnmarshaller extends Object implements Unmarshaller
An Unmarshaller which simply wraps an object stream. Useful for retrofitting and testing applications.