Subject: Re: Dup and Clone
From: Patrick Bennett <patrick.bennett inin.com>
Date: Wed, 7 Aug 2002 08:59:31 +0900
References: 46443464494645846467
Tom Gilbert wrote:
>Can't you deep copy using Marshal?
>
>a = Marshal.restore(Marshal.dump(b))
>
I guess(?) It seems like a pretty major hack though. It really should
be built into the language, or into the standard
library distribution.