Documentation ¶
Index ¶
- type A
- func (z *A) DecodeMsg(dc *msgp.Reader) (err error)
- func (z *A) EncodeMsg(en *msgp.Writer) (err error)
- func (d *A) Marshal(buf []byte) ([]byte, error)
- func (z *A) MarshalMsg(b []byte) (o []byte, err error)
- func (z *A) Msgsize() (s int)
- func (d *A) Size() (s uint64)
- func (d *A) Unmarshal(buf []byte) (uint64, error)
- func (z *A) UnmarshalMsg(bts []byte) (o []byte, err error)
- type Fixed
- type Group
- func (z *Group) DecodeMsg(dc *msgp.Reader) (err error)
- func (d *Group) Deserialize(r io.Reader) error
- func (z *Group) EncodeMsg(en *msgp.Writer) (err error)
- func (d *Group) FramedSize() (s uint64, us uint64)
- func (d *Group) Marshal(buf []byte) ([]byte, error)
- func (z *Group) MarshalMsg(b []byte) (o []byte, err error)
- func (z *Group) Msgsize() (s int)
- func (d *Group) Serialize(w io.Writer) error
- func (d *Group) Size() (s uint64)
- func (d *Group) Unmarshal(buf []byte) (uint64, error)
- func (z *Group) UnmarshalMsg(bts []byte) (o []byte, err error)
- type Person
- func (z *Person) DecodeMsg(dc *msgp.Reader) (err error)
- func (z Person) EncodeMsg(en *msgp.Writer) (err error)
- func (d *Person) Marshal(buf []byte) ([]byte, error)
- func (z Person) MarshalMsg(b []byte) (o []byte, err error)
- func (z Person) Msgsize() (s int)
- func (d *Person) Size() (s uint64)
- func (d *Person) Unmarshal(buf []byte) (uint64, error)
- func (z *Person) UnmarshalMsg(bts []byte) (o []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type A ¶
type A struct { Name string BirthDay int64 Phone string Siblings int64 Spouse uint8 Money float64 Children []string }
func (*A) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
type Group ¶
func (*Group) FramedSize ¶
func (*Group) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
Click to show internal directories.
Click to hide internal directories.