SerializeInput
fun <T, S : ItemSchema<T>, HReq> SerializeInput(highLevelRequest: HReq, serializeSchema: S): SerializeInput<T, S, HReq>
Creates a new SerializeInput
Parameters
highLevelRequest
The high-level request object which is to be serialized into a low-level request object
serializeSchema
The ItemSchema to use for serializing objects into items
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)