(require mzlib/serialize) |
The mzlib/serialize library provides the same bindings as racket/serialize, except that define-serializable-struct and define-serializable-struct/versions are based on the syntax of define-struct from mzscheme.
| ||||||||||||||||||||||||||||||||||||||||||||
|
Like define-serializable-struct and
define-serializable-struct/versions, but with the syntax of
closer to define-struct of mzscheme.