package codec
import "github.com/gogo/protobuf/codec"
Index ¶
Types ¶
type Codec ¶
type Codec interface { Marshal(v interface{}) ([]byte, error) Unmarshal(data []byte, v interface{}) error String() string }
func New ¶
Source Files ¶
- Version
- v1.3.1
- Published
- Oct 14, 2019
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 2 days ago –
Tools for package owners.