NewEncoder returns an Encoder which writes bytes sequence into "w".
(w io.Writer)
| 15 | NewDecoder(r io.Reader) Decoder |
| 16 | // NewEncoder returns an Encoder which writes bytes sequence into "w". |
| 17 | NewEncoder(w io.Writer) Encoder |
| 18 | // ContentType returns the Content-Type which this marshaler is responsible for. |
| 19 | // The parameter describes the type which is being marshalled, which can sometimes |
| 20 | // affect the content type returned. |
no outgoing calls