(data mem.BufferSlice, v any)
| 31 | type baseCodec interface { |
| 32 | Marshal(v any) (mem.BufferSlice, error) |
| 33 | Unmarshal(data mem.BufferSlice, v any) error |
| 34 | } |
| 35 | |
| 36 | // getCodec returns an encoding.CodecV2 for the codec of the given name (if |
no outgoing calls