Function serialize

Source
pub fn serialize<T>(value: &T) -> Vec<u8> 
where T: Encode,
Expand description

The function which is used to serialize all keys and values.