(define table-1 (make-table)) (table-set! table-1 'foo (list 1 2 3 4 5)) (table-ref table-1 'foo #f)
(1 2 3 4 5)
(define table-1-ser (object->u8vector table-1)) (define table-2 (u8vector->object table-1-ser)) (table-ref table-2 'foo #f)
#f
(table->list table-1)
((foo 1 2 3 4 5))
(table->list table-2)
((foo 1 2 3 4 5))
_________________________________________________________________ MSN® Calendar keeps you organized and takes the effort out of scheduling get-togethers. http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI... Start enjoying all the benefits of MSN® Premium right now and get the first two months FREE*.