(r io.Reader, bytesLen uint64, dest codec.Deserializable)
| 26 | MaxByteLen() uint64 |
| 27 | Encode(w io.Writer, input codec.Serializable) error |
| 28 | Decode(r io.Reader, bytesLen uint64, dest codec.Deserializable) error |
| 29 | Alloc() SerDes |
| 30 | } |
| 31 |
no outgoing calls
no test coverage detected