Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonEncoder ¶
type JsonEncoder struct{}
func NewEncoder ¶
func NewEncoder() (ye *JsonEncoder)
func (*JsonEncoder) Decode ¶
func (ye *JsonEncoder) Decode(data []byte, dst interface{}) error
func (*JsonEncoder) Encode ¶
func (ye *JsonEncoder) Encode(data interface{}) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.