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 ObjectInstantiator
@see java.io.Serializable
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.