Re: [flexcoders] Best practices regarding XML to VO conversion

2010-02-09 Thread claudiu ursica
You can give a try. Probably somebody will figure it out after all. C From: W.R. de Boer To: flexcoders@yahoogroups.com Sent: Tue, February 9, 2010 5:00:11 PM Subject: Re: [flexcoders] Best practices regarding XML to VO conversion Hi Claudiu, I am using

Re: [flexcoders] Best practices regarding XML to VO conversion

2010-02-09 Thread W.R. de Boer
Hi Claudiu, I am using my custom unmarshaller class in combination with XML/E4X but I keep having a memory. Maybe I am just doing something? Maybe it's the use of a Vector-type in main VO object which stores child VO objects? Maybe I have to nullify the variables with vectors or arrays? I can p

Re: [flexcoders] Best practices regarding XML to VO conversion

2010-02-09 Thread claudiu ursica
Best practices regarding XML to VO conversion Hello, I am having a question what the best approach is to convert existing XML data to a object graph of value objects. I have spend quite some time to fix a memory leak in my existing parsing practice and I am curious how others solve this pr

[flexcoders] Best practices regarding XML to VO conversion

2010-02-09 Thread W.R. de Boer
Hello, I am having a question what the best approach is to convert existing XML data to a object graph of value objects. I have spend quite some time to fix a memory leak in my existing parsing practice and I am curious how others solve this problem. My common approach is to create a class suc