Module safe_network::messaging::serialisation[][src]

Expand description

Functionality for serialising and deserialising messages

Modules

wire_msg_header

WireMsg Header

Structs

WireMsg

In order to send a message over the wire, it needs to be serialized along with a header (WireMsgHeader) which contains the information needed by the recipient to properly deserialize it. The WireMsg struct provides the utilities to serialize and deserialize messages.