package
Version:
v0.6.8
Opens a new window with list of versions in this module.
Published: Jan 11, 2021
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
func Unmarshal(bytes []byte, m interface{}) error
func UnmarshalArray(bytes [][]byte, m interface{}) error
type Marshaler interface {
MarshalUT0311L0x() ([]byte, error)
}
type Unmarshaler interface {
UnmarshalUT0311L0x([]byte) (interface{}, error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.