Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Serialization ¶
type Serialization interface { Marshal(interface{}) ([]byte, error) Unmarshal([]byte, interface{}) error }
func Json ¶
func Json() Serialization
func Yaml ¶
func Yaml() Serialization
Click to show internal directories.
Click to hide internal directories.