serialize_deserialize_with_to_from_byte_array

Macro serialize_deserialize_with_to_from_byte_array 

Source
macro_rules! serialize_deserialize_with_to_from_byte_array {
    ($type:ty) => { ... };
}
Expand description

Macro for generating Serialize/Deserialize for a type that implements ToFromByteArray.