pub fn serialize<T, S>(value: &T, serializer: S) -> Result<S::Ok, S::Error>where S: Serializer, T: AsRef<[u8]>,
A serializer that first encodes the argument as a hex-string