Version: 4.2
5.6 Serialization Utilities
(require web-server/private/mod-map) |
The scheme/serialize library provides the functionality of serializing values. This module compresses the serialized representation.
(compress-serial sv) → list? |
sv : list? |
Collapses multiple occurrences of the same module in the module map of the serialized representation, sv.
(decompress-serial csv) → list? |
csv : list? |
Expands multiple occurrences of the same module in the module map of the compressed serialized representation, csv.