Package org.objenesis.instantiator.android
package org.objenesis.instantiator.android
-
ClassesClassDescriptionInstantiator for Android API level 10 and lover which creates objects without driving their constructors, using internal methods on the Dalvik implementation of
ObjectInputStream
.Instantiator for Android API level 11 to 17 which creates objects without driving their constructors, using internal methods on the Dalvik implementation ofObjectStreamClass
.Instantiator for Android API level 18 and higher.ObjectInstantiator
for Android which creates objects using the constructor from the first non-serializable parent class constructor, using internal methods on the Dalvik implementation ofObjectStreamClass
.