package
Version:
v0.5.5
Opens a new window with list of versions in this module.
Published: Jun 10, 2020
License: BSD-3-Clause
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Codec interface {
RegisterType(interface{}) error
Marshal(interface{}) ([]byte, error)
Unmarshal([]byte, interface{}) error
}
Codec marshals and unmarshals
func New(maxSize, maxSliceLen int) Codec
New returns a new codec
NewDefault returns a new codec with reasonable default values
Source Files
¶
Click to show internal directories.
Click to hide internal directories.