public class SerializingInstantiatorStrategy extends BaseInstantiatorStrategy
ObjectInstantiator
构造器和说明 |
---|
SerializingInstantiatorStrategy() |
限定符和类型 | 方法和说明 |
---|---|
<T> ObjectInstantiator<T> |
newInstantiatorOf(java.lang.Class<T> type)
Return an
ObjectInstantiator allowing to create instance following the java
serialization framework specifications. |
public <T> ObjectInstantiator<T> newInstantiatorOf(java.lang.Class<T> type)
ObjectInstantiator
allowing to create instance following the java
serialization framework specifications.T
- Type to instantiatetype
- Class to instantiate