On this page:
compress-serial
decompress-serial
Version: 4.1

9.7 Serialization Utilities

 (require web-server/private/mod-map)

The scheme/serialize library provides the functionality of serializing values. "private/mod-map.ss" compresses the serialized representation.

(compress-serial sv)  compressed-serialized-value?

  sv : serialized-value?

Collapses multiple occurrences of the same module in the module map of the serialized representation, sv.

(decompress-serial csv)  serialized-value?

  csv : compressed-serialized-value?

Expands multiple occurrences of the same module in the module map of the compressed serialized representation, csv.