Skip to main content

serialize

Function serialize 

Source
pub fn serialize<S: Serializer>(
    v: &Option<Vec<u8>>,
    s: S,
) -> Result<S::Ok, S::Error>
Expand description

Emits standard padded base64, or null when absent.