(w io.Writer, input codec.Serializable)
| 25 | MinByteLen() uint64 |
| 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 | } |
no outgoing calls
no test coverage detected