Versions in this module Expand all Collapse all v0 v0.1.0 Apr 19, 2020 Changes in this version + type Codec interface + Marshal func(interface{}) ([]byte, error) + RegisterType func(interface{}) error + Unmarshal func([]byte, interface{}) error + func New(maxSize, maxSliceLen int) Codec + func NewDefault() Codec