package
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Feb 3, 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.