Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONSerializer ¶
type JSONSerializer struct{}
func (*JSONSerializer) Serialize ¶
func (s *JSONSerializer) Serialize(obj interface{}) ([]byte, error)
type XMLSerializer ¶
type XMLSerializer struct{}
func (*XMLSerializer) Serialize ¶
func (s *XMLSerializer) Serialize(obj interface{}) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.