[Xotcl] serialize usage
Aamer Akhter
aakhter at gmail.com
Sun Mar 27 09:17:43 CEST 2005
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
More information about the Xotcl
mailing list