public class AndroidSerializationInstantiator extends java.lang.Object implements ObjectInstantiator
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.| Constructor and Description |
|---|
AndroidSerializationInstantiator(java.lang.Class type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
newInstance()
Returns a new instance of an object.
|
public AndroidSerializationInstantiator(java.lang.Class type)
public java.lang.Object newInstance()
ObjectInstantiatornewInstance in interface ObjectInstantiator