Hi,
I have a variable of type Object, which is obtained from an xml-rpc call like:



Object[] params = new Object[]{new Double(4.0), new Double(5.0)};
Object result = client.execute(...