public class PercSerializationInstantiator<T> extends java.lang.Object implements ObjectInstantiator<T>
Based on code provided by Aonix but doesn't work right now
ObjectInstantiator
Constructor and Description |
---|
PercSerializationInstantiator(java.lang.Class<T> type) |
Modifier and Type | Method and Description |
---|---|
T |
newInstance()
Returns a new instance of an object.
|
public PercSerializationInstantiator(java.lang.Class<T> type)
public T newInstance()
ObjectInstantiator
newInstance
in interface ObjectInstantiator<T>