pub trait ToBytes { // Required method fn to_bytes(&self) -> Vec<u8> ⓘ; }
See crate::MMKV::put
Serialize to bytes