Versions in this module Expand all Collapse all v1 v1.0.0 Mar 18, 2020 Changes in this version + type Object struct + A uint32 + B uint64 + C float32 + D float64 + E string + F bool + G []byte + H [][]byte + func (z *Object) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Object) EncodeMsg(en *msgp.Writer) (err error) + func (z *Object) MarshalMsg(b []byte) (o []byte, err error) + func (z *Object) Msgsize() (s int) + func (z *Object) UnmarshalMsg(bts []byte) (o []byte, err error)