Carlos,
I tested it with most of built in data type( Including Vector) and it is
working ok, but I can not send or receive following type:
ArrayList - send & receive not working
Custom Class Object - nor able to send it , getting exception at BlazeDs
side.
Complex Object with Inheritance - not working
One more thing i noted with RemoteObject , that i can not send multiple
request to BlazeDs side.
eg.
//Passing Vector
var vector1:Vector.<String> = new Vector.<String>();
vector1.push("test");
service.send("passObject",[vector1]);
//Passing Array of String
service.send("passArray",[["Test1","Test2"]]);
In this only first request goes to server second one does not go.
--
Sent from: http://apache-flex-development.2333347.n4.nabble.com/