# Functions

Marshal serializes v as the default string according to the given kind k.
Unmarshal deserializes the default string s according to the given kind k.

# Constants

Descriptor uses the serialization format that protoc uses with the google.protobuf.FieldDescriptorProto.default_value field.
GoTag uses the historical serialization format in Go struct field tags.

# Type aliases

Format is the serialization format used to represent the default value.