package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Jul 12, 2019
License: MIT
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
¶
MarshalConvertible marshals a Convertible object to binary data.
Convertible is the interface implemented by an object that can conver to/from proto message representation of itself.
type Serializable interface {
Marshal() (data []byte, err error)
Unmarshal(data []byte) error
}
Serializable is the interface implemented by an object that can marshal/unmarshal a binary representation of itself.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.