Skip to main content

serialize

Function serialize 

Source
pub fn serialize<S>(list: &[Vec<u8>], s: S) -> Result<S::Ok, S::Error>
where S: Serializer,
Expand description

Serialize Vec<Vec> as a list of hex strings with 0x prefix