cl = Class.forName( "COM.jrockit.reflect.MemberAccess" );
newConstructorForSerializationMethod = cl.getDeclaredMethod( "newConstructorForSerialization",
new Class[]{Constructor.class, Class.class} );
newConstructorForSerializationMethod.setAccessible( true );
} catch ( final Exception e ) {
throw new ObjenesisException( e );
}
}
}