Versions in this module Expand all Collapse all v1 v1.0.7 Jan 13, 2026 v1.0.6 Dec 16, 2025 v1.0.5 Dec 2, 2025 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