N Neven Klofutar Jul 7, 2005 #1 Hi, Can please someone send me a link or an example of deep cloning. thanx, Neven
G Guest Jul 7, 2005 #2 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
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