From: Takaaki T. <tt...@ja...> - 2001-09-04 02:17:37
|
At Mon, 3 Sep 2001 12:52:33 -0700 (PDT), Kevin Smith wrote: > allows you to add strings, without data values. It works To use data values we may use Marshal.dump and load. I think we can deal with most of objects as the string without considering GC problem. In this case, It is a disadvantage that Proc, Thread and IO objects can't be serialized. -- Takaaki Tateishi <tt...@ja...> |