|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DynamoDBMarshaller
instead.
@Deprecated 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 | |
---|---|
String |
marshall(T getterReturnResult)
Deprecated. Turns an object of type T into its String representation. |
T |
unmarshall(Class<T> clazz,
String obj)
Deprecated. Turns a String representation of an object of type T into an object. |
Method Detail |
---|
String marshall(T getterReturnResult)
T unmarshall(Class<T> clazz, String obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |