new PrivilegedExceptionAction() {
public Object run()
throws IOException, ClassNotFoundException {
return serialization.unwrap(
obj,
new OrderClassLoaders(cl, defaultClassLoader));
}
});
} catch (PrivilegedActionException pe) {
Exception e = extractException(pe);
if (e instanceof IOException) {