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 json)
Turns a String representation of an object of type T into an object.
|
public String marshall(T obj)
DynamoDBMarshallermarshall in interface DynamoDBMarshaller<T>public T unmarshall(Class<T> clazz, String json)
DynamoDBMarshallerunmarshall in interface DynamoDBMarshaller<T>Copyright © 2016. All rights reserved.