| Guess the best serializing instantiator for a given class. The returned instantiator will
instantiate classes like the genuine java serialization framework (the constructor of the first
not serializable class will be called). Currently, the selection doesn't depend on the class. It
relies on the
- JVM version
- JVM vendor
- JVM vendor version
However, instantiators are stateful and so dedicated to their class.
See Also: ObjectInstantiator |