Versions in this module Expand all Collapse all v0 v0.0.1 Nov 26, 2021 Changes in this version + type Codec interface + Marshal func(v interface{}) ([]byte, error) + String func() string + Unmarshal func(data []byte, v interface{}) error + func New(size int) Codec