128129130131132133134135136137
Array.set(objects, n, deser.fromXML(properties[n])); } catch (SoapFault fault) { throw new SerializationErrorFault(fault); } return objects; }
551552553554555556557558
return WsrpUtils.convertToObjects(properties, type); } catch (SoapFault fault) { throw new SerializationErrorFault(fault); } }