Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Serializer ¶
type Serializer struct{}
func NewSerializer ¶
func NewSerializer() *Serializer
func (*Serializer) Marshal ¶
func (s *Serializer) Marshal(v interface{}) ([]byte, error)
func (*Serializer) Unmarshal ¶
func (s *Serializer) Unmarshal(data []byte, v interface{}) error
Click to show internal directories.
Click to hide internal directories.