public class JsonMarshaller<T> extends Object implements DynamoDBMarshaller<T>
Constructor and Description |
---|
JsonMarshaller() |
Modifier and Type | Method and Description |
---|---|
String |
marshall(T obj)
Turns an object of type T into its String representation.
|
T |
unmarshall(Class<T> clazz,
String obj)
Turns a String representation of an object of type T into an object.
|
public String marshall(T obj)
DynamoDBMarshaller
marshall
in interface DynamoDBMarshaller<T>
public T unmarshall(Class<T> clazz, String obj)
DynamoDBMarshaller
unmarshall
in interface DynamoDBMarshaller<T>
Copyright © 2016. All rights reserved.