Module tinkerforge_async::byte_converter
source · Expand description
Traits for (de)serialization of structs to byte vectors.
Traits
- A trait to deserialize the implemeting type from a byte slice.
- A trait to serialize the implementing type to a byte vector.