Versions in this module Expand all Collapse all v1 v1.0.0 Jan 20, 2026 Changes in this version + func Marshal(v any) ([]byte, error) + func Name() string + func SetDefaultCodec(codec Codec) + func Unmarshal(data []byte, v any) error + type Codec interface + Marshal func(v any) ([]byte, error) + Name func() string + Unmarshal func(data []byte, v any) error + func GetDefaultCodec() Codec