public class AndroidSerializationInstantiator extends 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(Class type) |
public AndroidSerializationInstantiator(Class type)
public Object newInstance()
ObjectInstantiatornewInstance in interface ObjectInstantiatorCopyright © 2006-2013 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All Rights Reserved.