pub fn to_binary<T>(data: &T) -> Result<Binary, StdError> where
    T: Serialize + ?Sized