pub trait Serialize { fn serialize(self, env: &Env) -> Bytes; }
Implemented by types that can be serialized to Bytes.
All types that are convertible to RawVal are implemented.