Fix serialize
parent
7f11c9fe3a
commit
9d2d1c5347
|
@ -6,14 +6,14 @@
|
||||||
!
|
!
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
!
|
!
|
||||||
IN: serialize
|
|
||||||
USING: namespaces sequences kernel math io math.functions
|
USING: namespaces sequences kernel math io math.functions
|
||||||
io.binary strings classes words sbufs tuples arrays
|
io.binary strings classes words sbufs tuples arrays vectors
|
||||||
vectors byte-arrays bit-arrays quotations hashtables
|
byte-arrays bit-arrays quotations hashtables assocs help.syntax
|
||||||
assocs help.syntax help.markup float-arrays splitting
|
help.markup float-arrays splitting io.streams.byte-array
|
||||||
io.encodings.string io.encodings.utf8 combinators
|
io.encodings.string io.encodings.utf8 io.encodings.binary
|
||||||
combinators.cleave new-slots accessors locals prettyprint
|
combinators combinators.cleave new-slots accessors locals
|
||||||
compiler.units sequences.private tuples.private ;
|
prettyprint compiler.units sequences.private tuples.private ;
|
||||||
|
IN: serialize
|
||||||
|
|
||||||
! Variable holding a assoc of objects already serialized
|
! Variable holding a assoc of objects already serialized
|
||||||
SYMBOL: serialized
|
SYMBOL: serialized
|
||||||
|
|
Loading…
Reference in New Issue