Expand description
Defines the functions performing serialization and deserialization of messages using bincode.
Functionsยง
- Deserializes a server message from a stream of bytes.
- Serializes a server message into bytes using bincode.
Defines the functions performing serialization and deserialization of messages using bincode.