Module lunatic::serializer
source · Expand description
Serializer implementations for messages.
Structs
- A
Bincode
serializer. - Json
json_serializer
AJson
serializer. - MessagePack
msgpack_serializer
AMessagePack
serializer. - A helper struct to read from and write to the message scratch buffer.
- ProtocolBuffers
protobuf_serializer
TheProtocolBuffers
serializer can serialize any message that satisfies the traitprotobuf::Message
.
Enums
Traits
- The
CanSerialize
trait is implemented for serializers that can encode and decode the typeM
.