pub fn serialize<S, T>(value: &T, serializer: S) -> Result<S::Ok, S::Error>where S: Serializer, T: From<u8> + Into<u8> + Copy,
Serialize with quotes.