Function serdect::array::serialize_hex_upper_or_bin
source ยท pub fn serialize_hex_upper_or_bin<S, T>(
value: &T,
serializer: S,
) -> Result<S::Ok, S::Error>
Expand description
Serialize the given type as upper case hex when using human-readable formats or binary if the format is binary.