Class Summary |
FieldDictionary |
|
InstanceResolver |
Resolves an object as native serialization does by calling readResolve(), if available. |
PureJavaReflectionProvider |
Pure Java ObjectFactory that instantiates objects using standard Java reflection, however the types of objects
that can be constructed are limited. |
ReflectionConverter |
|
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). |