Skip to main content

serialize

Function serialize 

Source
pub fn serialize<S, T, const N: usize>(
    data: &Vec<[T; N]>,
    ser: S,
) -> Result<S::Ok, S::Error>
where S: Serializer, T: Serialize,
Expand description

Serialize vectors of const generic arrays.