package
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Mar 13, 2021
License: NCSA
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
README
¶
serializer
Documentation
¶
type Serializer interface {
Marshal(v interface{}) ([]byte, error)
Unmarshal(d []byte, v interface{}) error
Name() string
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.