Versions in this module Expand all Collapse all v1 v1.7.0 May 22, 2023 v1.6.0 Jun 1, 2022 Changes in this version + func RegisterCodec(codec Codec) + type Codec interface + Marshal func(v interface{}) ([]byte, error) + Name func() string + Unmarshal func(data []byte, v interface{}) error + func GetCodec(contentSubtype string) Codec