Documentation ¶
Index ¶
- func PickleBool(value bool, target []byte) int
- func PickleBoolLen(value bool) int
- func PickleBytes(value, target []byte) int
- func PickleBytesLen(value []byte) int
- func PickleUInt32(value uint32, target []byte) int
- func PickleUInt32Len(value uint32) int
- func PickleUInt8(value uint8, target []byte) int
- func PickleUInt8Len(value uint8) int
- func UnpickleBool(value []byte) (bool, int, error)
- func UnpickleBytes(value []byte, length int) ([]byte, int, error)
- func UnpickleUInt32(value []byte) (uint32, int, error)
- func UnpickleUInt8(value []byte) (uint8, int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PickleBool ¶
func PickleBoolLen ¶
func PickleBytes ¶
func PickleBytesLen ¶
func PickleUInt32 ¶
func PickleUInt32Len ¶
func PickleUInt8 ¶
func PickleUInt8Len ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.