Uses of Class
java.io.ObjectStreamClass

Packages that use ObjectStreamClass
java.io Provides for system input and output through data streams, serialization and the file system. 
 

Uses of ObjectStreamClass in java.io
 

Methods in java.io that return ObjectStreamClass
abstract  ObjectStreamClass ObjectInputStream.GetField.getObjectStreamClass()
          Get the ObjectStreamClass that describes the fields in the stream.
static ObjectStreamClass ObjectStreamClass.lookup(Class cl)
          Find the descriptor for a class that can be serialized.