Expand description
Traits for (de)serialization of structs to byte vectors.
Traitsยง
- From
Byte Slice - A trait to deserialize the implemeting type from a byte slice.
- ToBytes
- A trait to serialize the implementing type to a byte vector.
Traits for (de)serialization of structs to byte vectors.