Copy java object/class from one classloader to another classloader
See Transloader on how to copy classes between ClassLoaders if you need to do one of the following:
Clone almost any object graph from one ClassLoader to another
Take any object from a foreign ClassLoader and invoke any method on it without cloning it