GobEncoder is a Go specific GOB Encoder implementation for EncodedConn. This encoder will use the builtin encoding/gob to Marshal and Unmarshal most types, including structs. Deprecated: Encoded connections are no longer supported.
| 24 | // |
| 25 | // Deprecated: Encoded connections are no longer supported. |
| 26 | type GobEncoder struct { |
| 27 | // Empty |
| 28 | } |
| 29 | |
| 30 | // FIXME(dlc) - This could probably be more efficient. |
| 31 |
nothing calls this directly
no outgoing calls
no test coverage detected