DynamoDBTypeConvertedJson@Deprecated public class JsonMarshaller<T> extends Object implements DynamoDBMarshaller<T>
| Constructor and Description | 
|---|
| JsonMarshaller()Deprecated.  Constructs the JSON marshaller instance. | 
| JsonMarshaller(Class<T> valueType)Deprecated.  Constructs the JSON marshaller instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | marshall(T obj)Deprecated.  Turns an object of type T into its String representation. | 
| T | unmarshall(Class<T> clazz,
          String json)Deprecated.  Turns a String representation of an object of type T into an object. | 
public JsonMarshaller(Class<T> valueType)
valueType - The value type (for generic type erasure).public JsonMarshaller()
public String marshall(T obj)
DynamoDBMarshallermarshall in interface DynamoDBMarshaller<T>public T unmarshall(Class<T> clazz, String json)
DynamoDBMarshallerunmarshall in interface DynamoDBMarshaller<T>