pub fn serialise<S>(data: &S) -> Result<Vec<u8>>where S: Serialize + Debug,
Serialise any iteratable into a compacted binary payload