Whenever I read about complex deep copy approaches, I remember the simple is beautiful concept behind my way of deep copying: serializing and deserializing back. Yeap, only works for serializable objects, and probably not as efficient as other technics, but it can't get simpler than this :)
No comments:
Post a Comment