Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Serializer ¶
type Serializer interface { Decode(input []byte, dst interface{}) error DecodeIoReader(input io.Reader, dst interface{}) error Encode(input interface{}) ([]byte, error) }
func NewSerializer ¶
func NewSerializer() Serializer
Click to show internal directories.
Click to hide internal directories.