Other |
---|
tbdUnresolved |
CSR :
|
ObjectStreamClass is used by the deserialization mechanism to represent either an actual class that has been loaded into the running JVM, or a class descriptor that has appeared in a serialized stream. It has only a private and a package-private constructor and no subclasses, and instances are created only within the serialization implementation. Therefore, ObjectStreamClass can be made final in order to express this design intent.
|