const ( EmptyString = 0x80 EmptySlice = 0xC0 )
func Decode(src []byte, dst interface{}) error
func Encode(input interface{}) ([]byte, error)
type Code uint32
const ( ErrUnknown Code = iota ErrNoInput ErrInvalid )
func (c Code) Error() string