package
Version:
v0.2.12-beta-0
Opens a new window with list of versions in this module.
Published: Jan 19, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
Decode value from a byte buffer.
DecodeFrom decodes a value using data from a reader stream.
Encode value to a byte buffer.
EncodeTo encodes value to a writer stream.
type Decodable interface{}
Decodable is an interface that must be implemented bya struct to be decoded.
type Encodable interface{}
Encodable is an interface that must be implemented by a struct to be encoded.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.