T
- the type of object to be marshalled.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.
|
java.lang.String marshall(T getterReturnResult)
getterReturnResult
- the object of type TCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.