Class DeserializationObjectInputStream

java.lang.Object
java.io.InputStream
java.io.ObjectInputStream
com.ibm.ws.serialization.DeserializationObjectInputStream
All Implemented Interfaces:
Closeable, DataInput, ObjectInput, ObjectStreamConstants, AutoCloseable

public class DeserializationObjectInputStream extends ObjectInputStream
Constructs a class loader that delegates class loading to a specific class loader rather than the caller class loader. This class is only useful for deserializing objects with classes from the specified class loader only. For objects with classes potentially owned by the runtime, see SerializationService. When deserializing application objects, the specified class loader is typically the thread context class loader.