Package herddb.utils

Class ContextClassLoaderAwareObjectInputStream

  • All Implemented Interfaces:
    Closeable, DataInput, ObjectInput, ObjectStreamConstants, AutoCloseable

    public final class ContextClassLoaderAwareObjectInputStream
    extends ObjectInputStream
    Specialized ObjectInputStream that looks for class definitions first from the ContextClassLoader. The default beheaviour of ObjectInputStream is weird, it uses something like jdk.internal.misc.VM.latestUserDefinedLoader().