GeekInterview.com
Results 1 to 3 of 3

Deep copy

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?...

  1. #1
    janelyn is offline Contributing Member Array
    Join Date
    May 2006
    Answers
    66

    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?


  2. #2
    StephenRaj is offline Contributing Member Array
    Join Date
    Jul 2006
    Answers
    58

    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.


  3. #3
    Sandhya.Kishan is offline Expert Member Array
    Join Date
    Mar 2012
    Answers
    212

    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.


    •    Sponsored Ads