pub fn encode<D>(data: D) -> Result<Vec<u8>, ErrorKind>where D: Serialize,
Encode serde::Serialize implementor into bytes.
serde::Serialize