Unmarshal parses the wire format into v.
(data []byte, v interface{})
| 21 | Marshal(v interface{}) ([]byte, error) |
| 22 | // Unmarshal parses the wire format into v. |
| 23 | Unmarshal(data []byte, v interface{}) error |
| 24 | // Name returns the name of the Codec implementation. The returned string |
| 25 | // will be used as part of content type in transmission. The result must be |
| 26 | // static; the result cannot change between calls. |
no outgoing calls