(map[string][]byte)
| 14 | Encode(any) ([]byte, error) |
| 15 | |
| 16 | DecodeMultiKey(map[string][]byte) (any, error) |
| 17 | EncodeMultiKey(any) (map[string][]byte, error) |
| 18 | |
| 19 | // CodecID is a short identifier to communicate what codec should be used to decode the value. |
no outgoing calls