[ Web Proxy ]
URL:
Viewing: https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/io/ObjectStreamClass.html [Back]  [Original]

ObjectStreamClass (Java SE 24 & JDK 24)
Contents 
Hide sidebar ❮❯ Show sidebar
  1. Description
  2. Field Summary
  3. Method Summary
  4. Field Details
    1. NO_FIELDS
  5. Method Details
    1. lookup(Class)
    2. lookupAny(Class)
    3. getName()
    4. getSerialVersionUID()
    5. forClass()
    6. getFields()
    7. getField(String)
    8. toString()

Class ObjectStreamClass

java.lang.Object
java.io.ObjectStreamClass
All Implemented Interfaces:
Serializable

public final class ObjectStreamClass extends Object implements Serializable
Serialization's descriptor for classes. It contains the name and serialVersionUID of the class. The ObjectStreamClass for a specific class loaded in this Java VM can be found/created using the lookup method.

The algorithm to compute the SerialVersionUID is described in Java Object Serialization Specification, Section 4.6, "Stream Unique Identifiers".

Since:
1.1
External Specifications
See Also:


Web Proxy Viewer  |  New URL  |  Original Page