Expand description

Serializer implementations for messages.

Structs

A Bincode serializer.

A Json serializer.

A MessagePack serializer.

A helper struct to read from and write to the message scratch buffer.

The ProtocolBuffers serializer can serialize any message that satisfies the trait protobuf::Message.

Enums

Traits

The Serializer defines the format that messages are encoded to or decoded from when they cross process boundaries.