Serialized Form
- Class Class is special cased within the Serialization Stream Protocol.
A Class instance is written intially into an ObjectOutputStream in the
following format:
TC_CLASS
ClassDescriptor
A ClassDescriptor is a special cased serialization of
a java.io.ObjectStreamClass
instance.
A new handle is generated for the initial time the class descriptor
is written into the stream. Future references to the class descriptor
are written as references to the initial class descriptor instance.
- See Also:
ObjectStreamClass
target
java.lang.Throwable target
- This field holds the target if the
InvocationTargetException(Throwable target) constructor was
used to instantiate the object
-
h
InvocationHandler h
- the invocation handler for this proxy instance.
-
undeclaredThrowable
java.lang.Throwable undeclaredThrowable
- the undeclared checked exception that was thrown
-