Deep cloning

  • Thread starter Thread starter Neven Klofutar
  • Start date Start date
N

Neven Klofutar

Hi,

Can please someone send me a link or an example of deep cloning.

thanx, Neven
 
Hi Neven, I don't have an example but I think the process is:

serialize your object to a stream
deserialize your stream back to a clone of the original object

obviously this implies that your object must be serializable

HTH jd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Binding ArrayList to GridView/DataGrid 2
Session ASP3.0 / ASP.NET 4
MailMessage.BodyEncoding 1
Creating PDF in ASP.NET - iTextSharp 1
Validators 2
Excel Count from last specific text 3
Payment Gateway 1
VS2K3 - hotspots 2

Back
Top