Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MarshalFunc ¶
func (MarshalFunc) Marshal ¶
func (u MarshalFunc) Marshal(input interface{}) ([]byte, error)
type UnmarshalFunc ¶
func (UnmarshalFunc) Unmarshal ¶
func (u UnmarshalFunc) Unmarshal(input []byte, output interface{}) error
type Unmarshaler ¶
Click to show internal directories.
Click to hide internal directories.