@Instantiator(value=SERIALIZATION) public class AndroidSerializationInstantiator<T> extends Object implements ObjectInstantiator<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
.Constructor and Description |
---|
AndroidSerializationInstantiator(Class<T> type) |
public T newInstance()
ObjectInstantiator
newInstance
in interface ObjectInstantiator<T>
Copyright © 2006–2024 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All rights reserved.