Object the_deserialized_mock = read_stream_and_deserialize_it_in_class_loader_B(bytes);
}
private Object read_stream_and_deserialize_it_in_class_loader_B(byte[] bytes) throws Exception {
return new SimplePerRealmReloadingClassLoader(this.getClass().getClassLoader(), isolating_test_classes())
.doInRealm(
"org.mockitousage.serialization.AcrossClassLoaderSerializationTest$ReadStreamAndDeserializeIt",
new Class[]{ byte[].class },
new Object[]{ bytes }
);