@version $Revision: 1.4 $ $ $Date: 2001/05/08 09:41:00 $ @author Kay Ramme @see com.sun.star.lib.uno.environments.remote.IMessage @see com.sun.star.lib.uno.environments.remote.Job
404405406407408409410411412413414415416
for(int i = 0; i < dataTypes.length; ++ i) { Object op1 = data[i]; iMarshal.writeObject(dataTypes[i], data[i]); IUnmarshal iUnmarshal = iProtocol.createUnmarshal(iMarshal.reset()); Object op2 = iUnmarshal.readObject(dataTypes[i]); if(op1 instanceof Any) op1 = ((Any)op1).getObject(); boolean tmp_passed = compareObjects(op1, op2);