SerializeInput

interface SerializeInput<T, S : ItemSchema<T>, HReq>

Defines input to the serialization step of the pipeline

Type Parameters

T

The type of objects being converted to/from DynamoDB items

S

The type of schema used for conversion

HReq

The type of high-level request object (e.g., GetItemRequest)

Inheritors

Properties

Link copied to clipboard
abstract val highLevelRequest: HReq

The high-level request object which is to be serialized into a low-level request object

Link copied to clipboard
abstract val serializeSchema: S

The ItemSchema to use for serializing objects into items