ByteArrayInputStream bios =
new ByteArrayInputStream(baos.toByteArray());
MarshalInputStream input = new FakeMarshalInputStream(
bios,null,readAnnotationReturnVal,false);
if (callUseCodebaseAnnotations) {
input.useCodebaseAnnotations();
}
// Setup FakeRMIClassLoaderSpi static fields
if (transferObject instanceof Proxy) {
FakeRMIClassLoaderSpi.initLoadProxyClass(