public interface DynamoDBMarshaller<T>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
marshall(T getterReturnResult)
Turns an object of type T into its String representation.
|
T |
unmarshall(java.lang.Class<T> clazz,
java.lang.String obj)
Turns a String representation of an object of type T into an object.
|