macro_rules! to_uncompressed_bytes {
    ($v: expr) => { ... };
}
Expand description

Convert any serializable object to uncompressed bytes.