This points to the [Transient] metadata tag. This is useful only for remoting (AMF) and not for web service. I tried it out.
I found another option for achieving this i.e. implementing IExternalizable and providing our implementation for readExternal() and writeExternal(). Any suggestions on this? Thanks Vikram --- In [email protected], "Daniel Freiman" <[EMAIL PROTECTED]> wrote: > > Best guess: http://nondocs.blogspot.com/2007/04/metadatatransient.html > > - Dan Freiman > > On 8/28/07, vikram <[EMAIL PROTECTED]> wrote: > > > > 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 > > > > > > >

