pub trait AttributeSerializer { // Required method fn serialize(element: &Self) -> Vec<(String, String)>; }