Interface DynamoDBMarshaller<T>
- All Known Implementing Classes:
AbstractEnumMarshaller, JsonMarshaller
public interface DynamoDBMarshaller<T>
Marshaller interface for storing complex types in DynamoDB as Strings.
Implementors provide methods to transform instances of a class to and from
Strings.
-
Method Summary
-
Method Details
-
marshall
-
unmarshall
-