Hi, I am using .Net web services to communicate with the server in my Flex application.
In action script, is there a way to prevent serialization of some of the public variables during a web service request? In .Net, there is am attribute called [XmlIgnore] which will make a variable not to serialize. I am looking for something similar in AS3. Thanks Vikram

