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