Provides a mus-go serializer extension for the Protobuf format.
This package includes:
MarshallerProtobuf- an interface for types that can marshal themselves into the Protobuf format.MarshalProtobuf- a generic function to marshal values implementingMarshallerProtobuf.MarshallerTypedProtobuf— an interface for types that support typed Protobuf serialization (designed for use with DTS).MarshallerTypedProtobuf- a generic function to marshal values implementingMarshallerTypedProtobuf.- Serializers for string, slice and timestamp types.