Class Summary |
ExternalizableConverter |
Converts any object that implements the java.io.Externalizable interface, allowing compatability with native Java
serialization. |
FieldDictionary |
|
PureJavaReflectionProvider |
Pure Java ObjectFactory that instantiates objects using standard Java reflection, however the types of objects
that can be constructed are limited. |
ReflectionConverter |
|
SerializableConverter |
Emulates the mechanism used by standard Java Serialization for classes that implement java.io.Serializable AND
implement a custom readObject()/writeObject() method. |
SerializationMethodInvoker |
Convenience wrapper to invoke special serialization methods on objects (and perform reflection caching). |
Sun14ReflectionProvider |
Instantiates a new object on the Sun JVM by bypassing the constructor (meaning code in the constructor
will never be executed and parameters do not have to be known). |