ObjectStreamClass
Introduction The Java.io.ObjectStreamClass class is 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. Class declaration Following is the declaration for Java.io.ObjectStreamClass class − Learn Java in-depth with real-world projects through our Java certification course. Enroll and become a certified […]