Versions in this module Expand all Collapse all v0 v0.6.0 Mar 31, 2026 Changes in this version + type HexCodec struct + func NewHexCodec() *HexCodec + func (c *HexCodec) Marshal(value interface{}) (string, error) + func (c *HexCodec) Unmarshal(data string, target interface{}) error + type JsonCodec struct + EncodeInt64AsString bool + EncodeNumericAsString bool + ExcludeNullValuesInRecords bool + func NewJsonCodec() *JsonCodec + func NewJsonCodecWithOptions(encodeNumericAsString, encodeInt64AsString, excludeNullValues bool) *JsonCodec + func (codec *JsonCodec) Marshal(value interface{}) ([]byte, error) + func (codec *JsonCodec) Unmarshal(data []byte, target interface{}) error