Versions in this module Expand all Collapse all v1 v1.2.0 Sep 30, 2024 Changes in this version + type JSONSerializer struct + func (d JSONSerializer) Deserialize(data []byte) (map[string]types.AttributeValue, error) + func (d JSONSerializer) Name() string + func (d JSONSerializer) Serialize(item map[string]types.AttributeValue) ([]byte, error) + type MsgPackSerializer struct + func (d MsgPackSerializer) Deserialize(data []byte) (map[string]types.AttributeValue, error) + func (d MsgPackSerializer) Name() string + func (d MsgPackSerializer) Serialize(item map[string]types.AttributeValue) ([]byte, error)