| Class | Description |
|---|---|
| Android10Instantiator<T> |
Instantiator for Android API level 10 and lover which creates objects without driving their
constructors, using internal methods on the Dalvik implementation of
ObjectInputStream. |
| Android17Instantiator<T> |
Instantiator for Android API level 11 to 17 which creates objects without driving their
constructors, using internal methods on the Dalvik implementation of
ObjectStreamClass. |
| Android18Instantiator<T> |
Instantiator for Android API leve 18 and higher.
|
| AndroidSerializationInstantiator<T> |
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. |
Copyright © 2006-2013 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All Rights Reserved.