Function zkgroup::common::serialization::serialize

source ยท
pub fn serialize<T: Serialize>(value: &T) -> Vec<u8>
Expand description

Serializes a type using the standard zkgroup encoding (based on bincode).