No registered users in community xowiki
in last 10 minutes
in last 10 minutes
[Xotcl] serialize usage
From: Aamer Akhter <aakhter_at_gmail.com>
Date: Sun, 27 Mar 2005 02:17:43 -0500
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?
Date: Sun, 27 Mar 2005 02:17:43 -0500
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