MCPcopy
hub / github.com/golang/protobuf / UnmarshalJSONPB

Method UnmarshalJSONPB

jsonpb/decode.go:64–64  ·  view source on GitHub ↗
(*Unmarshaler, []byte)

Source from the content-addressed store, hash-verified

62// Deprecated: Custom types should implement protobuf reflection instead.
63type JSONPBUnmarshaler interface {
64 UnmarshalJSONPB(*Unmarshaler, []byte) error
65}
66
67// Unmarshal unmarshals a JSON object from r into m.

Callers 2

UnmarshalNextMethod · 0.65
unmarshalMessageMethod · 0.65

Implementers 2

stringFieldjsonpb/json_test.go
dynamicMessagejsonpb/json_test.go

Calls

no outgoing calls

Tested by

no test coverage detected