Is deep copy possible in flex 4.5?
Asked
Active
Viewed 927 times
0
-
1If your question is too short to post, don't try and game that by repeating it, **clarify it** by describing exactly what you're trying to do. – Mat Apr 12 '12 at 05:33
-
Please dont ask objective questions????? – Shahzad Imam Apr 12 '12 at 05:37
1 Answers
2
There is a built in function for a deep copy in Flex.
import mx.utils.ObjectUtil;
var NewObj:Type = ObjectUtil.copy(Old);

Jeames Bone
- 564
- 4
- 12