41424344454647
/** Creates a new instance. */ public SerializerTest() { client = new XmlRpcClient(); client.setTransportFactory(new XmlRpcSunHttpTransportFactory(client)); }