Creates a Serializers pair for an ObjectSchema.
The returned serializers handle:
Date
null
undefined
The ObjectSchema describing the object shape
A Serializers object with toTableAttribute and toEntityAttribute functions
Serializers
toTableAttribute
toEntityAttribute
Creates a Serializers pair for an ObjectSchema.
The returned serializers handle:
Datefields to/from ISO 8601 strings for DynamoDB storage.nullandundefinedvalues so that nullable fields set tonullduring updates are removed from the stored object.