Module cov::deserializer[][src]

Deserialization with string interner.

This module provides the deserializer::with_interner() function, which wraps an existing deserializer such that whenever a Symbol is encountered, instead of reading an integer, it will read a string and intern it.

Structs

WithInterner

Wrapper of a deserializable object together with a string interner.

Functions

with_interner

Adorns a deserializer with a string interner.