Version: 4.1
The mzlib/serialize library provides the same bindings
as scheme/serialize, except that
define-serializable-struct and
define-serializable-struct/versions are based on the syntax
of define-struct from mzscheme.
 | 
 |     |  id-maybe-super  |    | =  |    | id  |     |    | |  |    | (id super-id)  |     |    |    |    |    |  maybe-inspector-expr  |    | =  |    |  |     |    | |  |    | inspector-expr  |     |    |    |    |    |  other-version-clause  |    | =  |    | (other-vers make-proc-expr  |              cycle-make-proc-expr)  |  
  |  
  |  
  | 
Like define-serializable-struct and
define-serializable-struct/versions, but with the syntax of
closer to define-struct of mzscheme.