Serialized Form

Class java.lang.Class implements Serializable

Serialization Overview

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
Serialized Fields


Class java.lang.reflect.InvocationTargetException implements Serializable

Serialized Fields

target

java.lang.Throwable target
This field holds the target if the InvocationTargetException(Throwable target) constructor was used to instantiate the object
 


Class java.lang.reflect.Proxy implements Serializable

Serialized Fields

h

InvocationHandler h
the invocation handler for this proxy instance.
 


Class java.lang.reflect.UndeclaredThrowableException implements Serializable

Serialized Fields

undeclaredThrowable

java.lang.Throwable undeclaredThrowable
the undeclared checked exception that was thrown