Interface for converting arbitrary objects to DynamoDB-supported
object types.
Implementing type must be public, instantiable, and should have
a zero-parameter constructor.

C# |
public interface IPropertyConverter

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | FromEntry(DynamoDBEntry) |
Convert DynamoDBEntry to the specified object
|
![]() | ToEntry(Object) |
Convert object to DynamoDBEntry
|