Hi Folks,
Is it possible to deep clone an object in the compact framework? I was hoping to use IClonable and memberwiseclone() however this only performs a shallow copy.
Any ideas on how to do this please using C# 2.0?
Many thanks,
Morris
|
|
Hi Folks, Is it possible to deep clone an object in the compact framework? I was hoping to use IClonable and memberwiseclone() however this only performs a shallow copy. Any ideas on how to do this please using C# 2.0? Many thanks, Morris
|
||
|
|
|
|
I've implemented a deep object copy by making my objects serializable
|
||
|