Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONSerializer ¶
type JSONSerializer struct{}
func (JSONSerializer) Deserialize ¶
func (d JSONSerializer) Deserialize(data []byte) (map[string]types.AttributeValue, error)
func (JSONSerializer) Name ¶
func (d JSONSerializer) Name() string
func (JSONSerializer) Serialize ¶
func (d JSONSerializer) Serialize(item map[string]types.AttributeValue) ([]byte, error)
type MsgPackSerializer ¶
type MsgPackSerializer struct{}
func (MsgPackSerializer) Deserialize ¶
func (d MsgPackSerializer) Deserialize(data []byte) (map[string]types.AttributeValue, error)
func (MsgPackSerializer) Name ¶
func (d MsgPackSerializer) Name() string
func (MsgPackSerializer) Serialize ¶
func (d MsgPackSerializer) Serialize(item map[string]types.AttributeValue) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.