-
Contributing Member
Deep copy
I want to do a deep copy in .NET. How to do this? Can someone give me the tips and guidelines for this?
-
Contributing Member
Re: Deep copy
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.
-
Expert Member
Re: Deep copy
To deep allocation, we can used serialization that is use ISerializable for shallow copy we can use cloning, that is use Iclonable interface.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules