Versions in this module Expand all Collapse all v1 v1.1.1 Jul 17, 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