Versions in this module Expand all Collapse all v1 v1.0.2 Feb 18, 2026 v1.0.1 Feb 18, 2026 Changes in this version + type GobCodec struct + func (c GobCodec) Decode(data []byte, v any) error + func (c GobCodec) Encode(v any) ([]byte, error) + type JSONCodec struct + func (c JSONCodec) Decode(data []byte, v any) error + func (c JSONCodec) Encode(v any) ([]byte, error) + type MessagePackCodec struct + func (c MessagePackCodec) Decode(data []byte, v any) error + func (c MessagePackCodec) Encode(v any) ([]byte, error)