Versions in this module Expand all Collapse all v2 v2.0.0 Dec 4, 2023 Changes in this version + func Register(codec Codec) + type Codec interface + Marshal func(v interface{}) ([]byte, error) + Name func() string + Unmarshal func(data []byte, v interface{}) error + func Invoke(name string) Codec