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(data interface{}) ([]byte, error)
func (*Serializer) Unmarshal ¶
func (s *Serializer) Unmarshal(data []byte, format interface{}) error
Click to show internal directories.
Click to hide internal directories.