Skip to content

mus-format/ext-protobuf-go

Repository files navigation

ext-protobuf-go

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 implementing MarshallerProtobuf.
  • MarshallerTypedProtobuf — an interface for types that support typed Protobuf serialization (designed for use with DTS).
  • MarshallerTypedProtobuf - a generic function to marshal values implementing MarshallerTypedProtobuf.
  • Serializers for string, slice and timestamp types.

About

Provides a mus-go serializer extension for the Protobuf format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages