- All Implemented Interfaces:
- java.io.Closeable, java.io.DataInput, java.io.ObjectInput, java.io.ObjectStreamConstants, java.lang.AutoCloseable
- Direct Known Subclasses:
- SerialInput
- Enclosing class:
- ClassResolver
public static class ClassResolver.Stream
extends java.io.ObjectInputStream
A specialized ObjectInputStream that supports use of a user-specified
ClassLoader.
If the loader param and thread-context loader are both null, of if they
throw ClassNotFoundException, then ObjectInputStream.resolveClass is
called, which has its own special rules for class loading.