pub fn encode(fnbc: &FnBytecode) -> StringExpand 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.