DeserializeInput

Defines input to the deserialization 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

LRes

The type of low-level response object (e.g., LowLevelGetItemResponse)

Inheritors

Properties

Link copied to clipboard
abstract val deserializeSchema: S

The ItemSchema to use for deserializing items into objects

Link copied to clipboard
abstract val lowLevelResponse: LRes

The low-level response which is to be deserialized into a high-level response object