Encode encodes and writes to the underlying data stream.
(interface{})
| 31 | type ReflectedEncoder interface { |
| 32 | // Encode encodes and writes to the underlying data stream. |
| 33 | Encode(interface{}) error |
| 34 | } |
| 35 | |
| 36 | func defaultReflectedEncoder(w io.Writer) ReflectedEncoder { |
no outgoing calls
no test coverage detected