| Instantiates a class by using reflection to make a call to private method
ObjectStreamClass.newInstance, present in many JVM implementations. This instantiator will create
classes in a way compatible with serialization, calling the first non-serializable superclass'
no-arg constructor.
author: Leonardo Mesquita See Also: ObjectInstantiator See Also: java.io.Serializable |