Resolve a class specified by the descriptor using the specified ClassLoader or the super ClassLoader.
Resolve a class specified by the descriptor using the specified ClassLoader or the super ClassLoader.
descriptor of the class
the Class object described by the ObjectStreamClass
ClassNotFoundException if the Class cannot be found
IOException in case of an I/O error
Create a proxy class that implements the specified interfaces using the specified ClassLoader or the super ClassLoader.
Create a proxy class that implements the specified interfaces using the specified ClassLoader or the super ClassLoader.
the interfaces to implement
a proxy class implementing the interfaces
2.1
ClassNotFoundException if the Class cannot be found
IOException in case of an I/O error
ObjectInputStream#resolveProxyClass(String[])
A special ObjectInputStream that loads a class based on a specified
ClassLoaderrather than the system default.This is useful in dynamic container environments.
1.1