serializer

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL