On this page:
top
up

5.6Serialization UtilitiesπŸ”— i

package: web-server-lib
The racket/serialize library provides the functionality of serializing values. This module compresses the serialized representation.

procedure

( compress-serial sv)list?

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

procedure

( decompress-serial csv)list?

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

top
up

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /