Documentation ¶
Index ¶
- func Decode(dst interface{}, src []byte) (err error)
- func DecodeAll(data []byte, handle *codec.MsgpackHandle, out interface{}) error
- func Encode(src interface{}) (dst []byte, err error)
- func EncodeCanonical(src interface{}) (dst []byte, err error)
- func IsEncodedMsgpackArray(data []byte) bool
- func IsJSONObject(data []byte) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeAll ¶
func DecodeAll(data []byte, handle *codec.MsgpackHandle, out interface{}) error
Decode data into out, but make sure that all bytes in data are used.
func EncodeCanonical ¶
func IsEncodedMsgpackArray ¶
func IsJSONObject ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.