Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 217 (Maintenance Release)

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
static ObjectStreamClass ObjectStreamClass.lookup(Class cl)
          Find the descriptor for a class that can be serialized.
abstract  ObjectStreamClass ObjectInputStream.GetField.getObjectStreamClass()
          Get the ObjectStreamClass that describes the fields in the stream.
protected  ObjectStreamClass ObjectInputStream.readClassDescriptor()
          Read a class descriptor from the serialization stream.
 

Methods in java.io with parameters of type ObjectStreamClass
protected  void ObjectOutputStream.writeClassDescriptor(ObjectStreamClass desc)
          Write the specified class descriptor to the ObjectOutputStream.
protected  Class ObjectInputStream.resolveClass(ObjectStreamClass desc)
          Load the local class equivalent of the specified stream class description.
 


JSR 217 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 217 specification.