Documentation ¶
Index ¶
- func Decoder(r io.Reader) *codec.Decoder
- func DecoderBytes(r []byte) *codec.Decoder
- func Encoder(w io.Writer) *codec.Encoder
- func EncoderBytes(w *[]byte) *codec.Encoder
- func Marshal(dst io.Writer, v interface{}) error
- func MustMarshal(dst io.Writer, v interface{})
- func MustUnmarshal(dst interface{}, data io.Reader)
- func Return(d interface{})
- func Unmarshal(dst interface{}, data io.Reader) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecoderBytes ¶
func EncoderBytes ¶
func MustMarshal ¶
func MustUnmarshal ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.