SimpleItemConverter
An item converter which uses attribute descriptors to convert objects to items and vice versa. This converter distinguishes between the object type used for conversion into an item (treated as immutable) and a mutable builder type used for conversion from an item. Note that these do not have to be different types if the object type is already mutable.
Parameters
A function which returns a new, default-valued builder object. This is invoked once for every item which must be converted to an object.
A collection of AttributeDescriptor which describe how to construct and parse attributes
Identifies how to handle attributes whose keys do not appear in the descriptors list. The default value is UnknownValueHandling.Ignore, which will silently ignore unknown attributes.
Type Parameters
The type of objects which will be converted to items. This converter treats type T as immutable.
The type of builders which will be used when converting from items.
Constructors
Inherited functions
Associate this ItemConverter with a KeySpec for a partition key to form a complete ItemSchema
Associate this ItemConverter with KeySpec instances for a composite key to form a complete ItemSchema