| Class | Description |
|---|---|
| AndroidInstantiator |
Instantiator for Android which creates objects without driving their constructors, using internal
methods on the Dalvik implementation of
ObjectStreamClass. |
| AndroidSerializationInstantiator |
ObjectInstantiator for Android which creates objects using the constructor from the first
non-serializable parent class constructor, using internal methods on the Dalvik implementation of
ObjectStreamClass. |