Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

serialize

Function serialize 

Source
pub fn serialize<S>(cert: &Certificate, ser: S) -> Result<S::Ok, S::Error>
where S: Serializer,