public class SerializingInstantiatorStrategy extends BaseInstantiatorStrategy
ObjectInstantiator
GNU, JROCKIT, JVM_NAME, SUN, VENDOR, VENDOR_VERSION, VM_INFO, VM_VERSION
Constructor and Description |
---|
SerializingInstantiatorStrategy() |
Modifier and Type | Method and Description |
---|---|
ObjectInstantiator |
newInstantiatorOf(Class type)
Return an
ObjectInstantiator allowing to create instance following the java
serialization framework specifications. |
public ObjectInstantiator newInstantiatorOf(Class type)
ObjectInstantiator
allowing to create instance following the java
serialization framework specifications.type
- Class to instantiateCopyright © 2018. All rights reserved.