(subject string, data []byte, vPtr any)
| 32 | type Encoder interface { |
| 33 | Encode(subject string, v any) ([]byte, error) |
| 34 | Decode(subject string, data []byte, vPtr any) error |
| 35 | } |
| 36 | |
| 37 | var encMap map[string]Encoder |
no outgoing calls
no test coverage detected