public class SerializingInstantiatorStrategy extends BaseInstantiatorStrategy
ObjectInstantiator
Constructor and Description |
---|
SerializingInstantiatorStrategy() |
Modifier and Type | Method and Description |
---|---|
<T> ObjectInstantiator<T> |
newInstantiatorOf(Class<T> type)
Return an
ObjectInstantiator allowing to create instance following the java
serialization framework specifications. |
public <T> ObjectInstantiator<T> newInstantiatorOf(Class<T> type)
ObjectInstantiator
allowing to create instance following the java
serialization framework specifications.T
- Type to instantiatetype
- Class to instantiateCopyright © 2006–2024 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All rights reserved.