Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHessianCodec ¶
NewHessianCodec returns new HessianCodeC
Types ¶
type HessianCodeC ¶
type HessianCodeC struct{}
HessianCodeC is the hessian impl of Codec interface
func (*HessianCodeC) Marshal ¶
func (h *HessianCodeC) Marshal(v interface{}) ([]byte, error)
Marshal serialize interface @v to bytes
func (*HessianCodeC) Name ¶
func (h *HessianCodeC) Name() string
func (*HessianCodeC) Unmarshal ¶
func (h *HessianCodeC) Unmarshal(data []byte, v interface{}) error
Unmarshal deserialize @data to interface
Click to show internal directories.
Click to hide internal directories.