Flex’ mx_internal_uid considered harmful

Actually, not that harmful. But you should be aware of a special meaning of this Flex object property. Here’s the story: Today, I tried to develop a method the create shallow and deep copies of objects. Finally, I prepared this method, initially without the line marked with __MARK__: static private function clone( source:Object, deep:Boolean = ...