google.golang.org/protobuf/proto.MarshalOptions.Marshal (method)
4 uses
google.golang.org/protobuf/proto (current package)
encode.go#L88: func (o MarshalOptions) Marshal(m Message) ([]byte, error) {
google.golang.org/protobuf/encoding/protojson
well_known_types.go#L227: }.Marshal(em.Interface())
google.golang.org/protobuf/encoding/prototext
decode.go#L712: }.Marshal(m.Interface())
google.golang.org/protobuf/types/known/anypb
any.pb.go#L270: b, err := opts.Marshal(src)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)