pub fn encode<A>(action: A) -> Result<Vec<u8>, Error>where A: Serialize,
Serialize the change into a byte string.