Skip to main content

encode

Function encode 

Source
pub fn encode(fnbc: &FnBytecode) -> String
Expand description

Serialize a body to the cache wire format — bit-exact (f64 by bits, Symbol by index), so a decoded body is byte-identical to the one that was stored. A checksum line precedes the JSON so corruption is caught on the way back in.