@Instantiator(value=SERIALIZATION) public class GCJSerializationInstantiator<T> extends GCJInstantiatorBase<T>
ObjectInstantiator| Modifier and Type | Field and Description |
|---|---|
private java.lang.Class<? super T> |
superType |
dummyStream, newObjectMethod, type| Constructor and Description |
|---|
GCJSerializationInstantiator(java.lang.Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
T |
newInstance()
Returns a new instance of an object.
|
private java.lang.Class<? super T> superType
public GCJSerializationInstantiator(java.lang.Class<T> type)
public T newInstance()
ObjectInstantiatornewInstance in interface ObjectInstantiator<T>newInstance in class GCJInstantiatorBase<T>