package
Version:
v0.0.0-...-7876c3c
Opens a new window with list of versions in this module.
Published: Jul 24, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Marshaler interface {
Marshal(m interface{}) (result []byte, err types.ZfError)
}
type Unmarshaler interface {
Unmarshal(b []byte) (result interface{}, err types.ZfError)
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.