Class ClassLoaderObjectInputStream

java.lang.Object
java.io.InputStream
java.io.ObjectInputStream
org.apache.pekko.util.ClassLoaderObjectInputStream
All Implemented Interfaces:
Closeable, DataInput, ObjectInput, ObjectStreamConstants, AutoCloseable

public class ClassLoaderObjectInputStream extends ObjectInputStream
ClassLoaderObjectInputStream tries to utilize the provided ClassLoader to load Classes and falls back to ObjectInputStreams resolver.

param: classLoader - the ClassLoader which is to be used primarily param: is - the InputStream that is wrapped