(*Marshaler)
| 61 | // Deprecated: Custom types should implement protobuf reflection instead. |
| 62 | type JSONPBMarshaler interface { |
| 63 | MarshalJSONPB(*Marshaler) ([]byte, error) |
| 64 | } |
| 65 | |
| 66 | // Marshal serializes a protobuf message as JSON into w. |
no outgoing calls
no test coverage detected