[Xotcl] Re: serialize usage
Aamer Akhter
aakhter at gmail.com
Sun Mar 27 10:17:22 CEST 2005
I just tried this with 1.3.6 and it appears to be working. Sort of
related question, how do people handle the swizzling/unswizzling of
autogenerated object names (eg ::xotcl__#0) when restoring an object?
On Sun, 27 Mar 2005 02:17:43 -0500, Aamer Akhter <aakhter at gmail.com> wrote:
> Hello,
>
> I seem to be missing something basic in the usage of Serializer:
>
> package require XOTcl
> namespace import ::xotcl::*
> package require xotcl::serializer
> set a [Object new]
> $a set b hello
> Serializer deepSerialize $a
>
> the last command doesn't seem to return anything. I had expected the
> creation and config code for $a. What am I missing?
>
> --
> Aamer Akhter / aakhter at gmail.com
>
--
Aamer Akhter / aakhter at gmail.com
More information about the Xotcl
mailing list