Skip to main content

serialize

Function serialize 

Source
pub fn serialize<S, T, U>(data: T, serializer: S) -> Result<S::Ok, S::Error>
where S: Serializer, T: AsRef<[U]>, U: Display,
Expand description

Serialize generic type into a sequence of strings