pub trait Serialize { fn serialize(&self) -> Vec; }