pub fn encode<E: Serialize>(event: &E) -> Result<Vec<u8>, EncodeError>
Encode an event to bytes using bincode (serde compat).