Versions in this module Expand all Collapse all v1 v1.2.14 Jan 2, 2025 v1.2.13 Dec 21, 2024 v1.2.12 Dec 21, 2024 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