pub fn encode_payload<T: Serialize>(value: &T) -> Result<Vec<u8>, String>
Encode a value for wire transport: [version: u8][bincode body: ...].
[version: u8][bincode body: ...]