Wednesday, 28 December 2011

Deep copy for complex objects...!

Hi all,
 Recently got aware of the deep copy in flex. And when i implemented it this problem bugged me!
using ObjectUtil.clone() a complex object changed all the objects inside an object as 'Object' now need to bring back the original properties of the class, say MyClass to those objects of Object. Cant figure out the way. Can any one help in this?