Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetProvider ¶
func SetProvider(p Provider)
Types ¶
type StdProvider ¶
type StdProvider struct{}
func (StdProvider) Marshal ¶
func (StdProvider) Marshal(v interface{}) ([]byte, error)
func (StdProvider) NewDecoder ¶
func (StdProvider) NewDecoder(r io.Reader) Decoder
func (StdProvider) NewEncoder ¶
func (StdProvider) NewEncoder(w io.Writer) Encoder
func (StdProvider) Unmarshal ¶
func (StdProvider) Unmarshal(data []byte, v interface{}) error
Click to show internal directories.
Click to hide internal directories.