JsonEncoder is a JSON Encoder implementation for EncodedConn. This encoder will use the builtin encoding/json 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 JsonEncoder struct { |
| 27 | // Empty |
| 28 | } |
| 29 | |
| 30 | // Encode |
| 31 | // |
nothing calls this directly
no outgoing calls
no test coverage detected