Uses of Class
java.io.ObjectStreamClass
| Package | Description |
|---|---|
| java.io |
-
Uses of ObjectStreamClass in java.io
Methods in java.io that return ObjectStreamClass Modifier and Type Method Description abstract ObjectStreamClassObjectInputStream.GetField. getObjectStreamClass()Gets the ObjectStreamClass that describes a field.static ObjectStreamClassObjectStreamClass. lookup(Class<?> cl)Returns the descriptor for a serializable class.static ObjectStreamClassObjectStreamClass. lookupAny(Class<?> cl)Returns the descriptor for any class, whether or not the class implements Serializable or Externalizable.protected ObjectStreamClassObjectInputStream. readClassDescriptor()Reads a class descriptor from the source stream.Methods in java.io with parameters of type ObjectStreamClass Modifier and Type Method Description protected Class<?>ObjectInputStream. resolveClass(ObjectStreamClass osClass)Loads the Java class corresponding to the class descriptorosClassthat has just been read from the source stream.protected voidObjectOutputStream. writeClassDescriptor(ObjectStreamClass classDesc)Writes a class descriptor to the target stream.