pub fn option_of_bytes<T: ?Sized + Debug + Serialize>(t: &T) -> Option<Vec<u8>>
Convert a type into byte representation such as Addr The type needs to be serde json serializable - uses bincode underneath.