AWS SDK for .NET Documentation
IPropertyConverter Interface
AmazonAmazon.DynamoDB.DataModelIPropertyConverter Did this page help you?   Yes   No    Tell us about it...
Interface for converting arbitrary objects to DynamoDB-supported object types. Implementing type must be public, instantiable, and should have a zero-parameter constructor.
Declaration Syntax
C#
public interface IPropertyConverter
Members
All MembersMethods



IconMemberDescription
FromEntry(DynamoDBEntry)
Convert DynamoDBEntry to the specified object

ToEntry(Object)
Convert object to DynamoDBEntry

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)