[flexcoders] What's the best approach here (Associative arrays, dynamic classes, etc...)?

2006-12-27 Thread chuvakgu
Hi all, Here's what I am trying to do. I have an object that I get from the server (currently via XmlRpc but that doesn't really matter). It's an Object. I want to convert it into a data structure on the client side for easier manipulation. If I do something liek class Foo { var prop1:String;

Re: [flexcoders] What's the best approach here (Associative arrays, dynamic classes, etc...)?

2006-12-27 Thread Bjorn Schultheiss
check out darron shall's object serializer, it should do the trick On 28/12/2006, at 7:52 AM, chuvakgu wrote: Hi all, Here's what I am trying to do. I have an object that I get from the server (currently via XmlRpc but that doesn't really matter). It's an Object. I want to convert it into a