Hi All!

What is the best approach to pass complex objects (e. g. collection of
name-value pairs) to server via either URLLoader or HTTPService using POST
method?

Just for example, I need to send this collection to server:

var collection : Array = [{x : 1, y : "a"},
{x : 2, y : "b"},
{x : 3, y : "c"}]

Is there any way to do that without XML serialization?

Sergey.

Reply via email to