Module rabble::serialize [] [src]

Structs

MsgpackSerializer
ProtobufSerializer

Traits

Serialize

This trait provides for reading framed messages from a Read type, decoding them and returning them. It buffers incomplete messages. Reading of only a single message of a time is to allow for strategies that prevent starvation of other readers.