type github.com/golang/protobuf/jsonpb.Marshaler
7 uses
github.com/golang/protobuf/jsonpb (current package)
encode.go#L30: type Marshaler struct {
encode.go#L62: MarshalJSONPB(*Marshaler) ([]byte, error)
encode.go#L66: func (jm *Marshaler) Marshal(w io.Writer, m proto.Message) error {
encode.go#L77: func (jm *Marshaler) MarshalToString(m proto.Message) (string, error) {
encode.go#L85: func (jm *Marshaler) marshal(m proto.Message) ([]byte, error) {
encode.go#L122: *Marshaler
google.golang.org/grpc/internal/pretty
pretty.go#L41: mm := jsonpb.Marshaler{Indent: jsonIndent}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)