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
 Declaration Syntax| C# | 
public interface IPropertyConverter
 Members
 Members| All Members | Methods | ||||
| Icon | Member | Description | 
|---|---|---|
|  | FromEntry(DynamoDBEntry) | 
            Convert DynamoDBEntry to the specified object
             | 
|  | ToEntry(Object) | 
            Convert object to DynamoDBEntry
             |