This method of the ObjectInputStreamWithLoader Class instructs the class loader that is associated with the ObjectInputStreamWithLoader object to load the class indicated by the specified ObjectStreamClass object.
protected Class resolveClass(ObjectStreamClass classDesc) throws IOException, ClassNotFoundException;
Returns the loaded class.
classDesc | The ObjectStreamClass object that indicates the class to load. |
ClassNotFoundException if the class to load cannot be found.
IOException if the loader encounters an error while reading the class.