Class ClassLoaderObjectInputStream

java.lang.Object
java.io.InputStream
java.io.ObjectInputStream
com.github.jelmerk.knn.util.ClassLoaderObjectInputStream
All Implemented Interfaces:
Closeable, DataInput, ObjectInput, ObjectStreamConstants, AutoCloseable

public class ClassLoaderObjectInputStream extends ObjectInputStream
A special ObjectInputStream that loads a class based on a specified ClassLoader rather than the system default.