([]byte)
| 54 | EncodeUint(uint64) |
| 55 | EncodeFloat(float64) |
| 56 | EncodeBytes([]byte) |
| 57 | |
| 58 | // EncodeList is called when a slice or array is encountered (except for a |
| 59 | // []byte, which is handled by EncodeBytes). Its argument is the length of the |
no outgoing calls
no test coverage detected