Generated by
JDiff

Class java.io.ObjectInputStream

Added Methods
ObjectStreamClass readClassDescriptor() Read a class descriptor from the serialization stream.
Class resolveProxyClass(String[]) Returns a proxy class that implements the interfaces named in a proxy class descriptor; subclasses may implement this method to read custom data from the stream along with the descriptors for dynamic proxy classes allowing them to use an alternate loading mechanism for the interfaces and the proxy class.