[][src]Module udp_netmsg::serdes

Traits used for implementing SerDes formats and operations

Structs

Bincode

Convenience struct for SerDes Operations using the Bincode format

JSON

Convenience struct for SerDes Operations using the JSON format

YAML

Convenience struct for SerDes Operations using the YAML format

Traits

SerDesType

Implemented on an empty struct when creating a new SerDes format (JSON, Bincode, etc.)