Module lunatic::serializer

source ·
Expand description

Serializer implementations for messages.

Structs

  • A Bincode serializer.
  • Jsonjson_serializer
    A Json serializer.
  • MessagePackmsgpack_serializer
    A MessagePack serializer.
  • A helper struct to read from and write to the message scratch buffer.
  • ProtocolBuffersprotobuf_serializer
    The ProtocolBuffers serializer can serialize any message that satisfies the trait protobuf::Message.

Enums

Traits

  • The CanSerialize trait is implemented for serializers that can encode and decode the type M.