HexKVStringer serializes both key & value to hex representation.
()
| 281 | |
| 282 | // HexKVStringer serializes both key & value to hex representation. |
| 283 | func HexKVStringer() KVStringer { |
| 284 | return hexKvStringer{} |
| 285 | } |
| 286 | |
| 287 | type hexKvStringer struct{} |
| 288 |