DynamoDbMarshaller<T>DynamoDbTypeConvertedJson@Deprecated public class JsonMarshaller<T> extends Object implements DynamoDbMarshaller<T>
| Constructor | Description |
|---|---|
JsonMarshaller() |
Deprecated.
Constructs the JSON marshaller instance.
|
JsonMarshaller(Class<T> valueType) |
Deprecated.
Constructs the JSON marshaller instance.
|
| Modifier and Type | Method | 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>Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.