Instantiates a new object on the Harmony JVM by bypassing the constructor (meaning code in
the constructor will never be executed and parameters do not have to be known). This is the
same method used by the internals of standard Java serialization, but relies on internal Harmony
code.
Note, this is work in progress. Harmony 5.0M4 crashes after running quite some test of the test
suite. Additionally it fails with a NPE processing the annotations and has a wrong offset dealing
with time zone.
author: Jörg Schaible author: Joe Walnes