I want to do a deep copy in .NET. How to do this? Can someone give me the tips and guidelines for this?
This is a discussion on Deep copy within the Web Development forums, part of the category; I want to do a deep copy in .NET. How to do this? Can someone give me the tips and guidelines for this?...
I want to do a deep copy in .NET. How to do this? Can someone give me the tips and guidelines for this?
One can do a deep copy by using the concept of serialization. Though I have heard about this I do not have idea on exact syntax for doing it. Hope someone participates in this discussion and explain this.
To deep allocation, we can used serialization that is use ISerializable for shallow copy we can use cloning, that is use Iclonable interface.