Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinaryCodec ¶
type BinaryCodec struct {
}
func (BinaryCodec) Marshal ¶
func (b BinaryCodec) Marshal(msgObj interface{}) (data []byte, err error)
func (BinaryCodec) String ¶
func (b BinaryCodec) String() string
func (BinaryCodec) Unmarshal ¶
func (b BinaryCodec) Unmarshal(data []byte, msgObj interface{}) error
Click to show internal directories.
Click to hide internal directories.