Versions in this module Expand all Collapse all v1 v1.3.0 Jun 10, 2025 Changes in this version + type Codec struct + func (*Codec) ContentType(_ any) string + func (*Codec) NewDecoder(r io.Reader) codec.Decoder + func (*Codec) NewEncoder(w io.Writer) codec.Encoder + func (c *Codec) Marshal(v any) ([]byte, error) + func (c *Codec) Unmarshal(data []byte, v any) error