Documentation ¶
Index ¶
- func MarshalBool(dst []byte, b bool) []byte
- func MarshalFloat64(dst []byte, f float64) []byte
- func MarshalInt64Append(dst []byte, v int64) []byte
- func MarshalInt64SliceAppend(dst []byte, us []int64) []byte
- func MarshalUint16Append(dst []byte, u uint16) []byte
- func MarshalUint32Append(dst []byte, u uint32) []byte
- func MarshalUint32Copy(dst []byte, u uint32)
- func MarshalUint32SliceAppend(dst []byte, us []uint32) []byte
- func MarshalUint64Append(dst []byte, u uint64) []byte
- func MarshalUint64SliceAppend(dst []byte, us []uint64) []byte
- func UnmarshalBool(b byte) bool
- func UnmarshalFloat64(src []byte) float64
- func UnmarshalInt64(src []byte) int64
- func UnmarshalInt64Slice2Bytes(src []byte, dst []byte) []byte
- func UnmarshalUint16(src []byte) uint16
- func UnmarshalUint32(src []byte) uint32
- func UnmarshalUint32Slice(src []byte, dst []uint32) []uint32
- func UnmarshalUint64(src []byte) uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalBool ¶
func MarshalFloat64 ¶
func MarshalInt64Append ¶
MarshalInt64Append appends marshaled v to dst and returns the result.
func MarshalInt64SliceAppend ¶ added in v1.1.0
MarshalInt64SliceAppend appends marshaled v to dst and returns the result.
func MarshalUint16Append ¶
MarshalUint16Append appends marshaled v to dst and returns the result.
func MarshalUint32Append ¶
MarshalUint32Append appends marshaled v to dst and returns the result.
func MarshalUint32Copy ¶
func MarshalUint32SliceAppend ¶ added in v1.1.0
MarshalUint32SliceAppend appends marshaled v to dst and returns the result.
func MarshalUint64Append ¶
MarshalUint64Append appends marshaled v to dst and returns the result.
func MarshalUint64SliceAppend ¶ added in v1.1.0
MarshalUint64SliceAppend appends marshaled v to dst and returns the result.
func UnmarshalBool ¶
func UnmarshalFloat64 ¶
func UnmarshalInt64 ¶
UnmarshalInt64 returns unmarshalled int64 from src.
func UnmarshalInt64Slice2Bytes ¶ added in v1.1.0
UnmarshalInt64Slice2Bytes returns unmarshalled []byte from src.
func UnmarshalUint16 ¶
UnmarshalUint16 returns unmarshalled uint32 from src.
func UnmarshalUint32 ¶
UnmarshalUint32 returns unmarshalled uint32 from src.
func UnmarshalUint32Slice ¶ added in v1.1.0
UnmarshalUint32Slice returns unmarshalled []uint32 from src.
func UnmarshalUint64 ¶
UnmarshalUint64 returns unmarshalled uint64 from src.
Types ¶
This section is empty.