Deep Object Copies with ByteArray in AS3

Deep Object Copies with ByteArray in AS3

Using the new ByteArray (flash.utils.ByteArray) class in ActionScript 3, you can now easily create deep object copies. By deep, I mean being able to create copies not of just a single object and all its references, but also all the objects it references. This means if you use this method to copy an array which [...]