Versions in this module Expand all Collapse all v1 v1.0.0 Feb 2, 2018 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