pub fn ser_bytes_in_hex_string<T, S>(v: &T, s: S) -> Result<S::Ok, S::Error>where T: AsRef<[u8]>, S: Serializer,