public class JsonMarshaller<T> extends Object implements DynamoDBMarshaller<T>
Constructor and Description |
---|
JsonMarshaller()
Constructs the JSON marshaller instance.
|
JsonMarshaller(Class<T> valueType)
Constructs the JSON marshaller instance.
|
public JsonMarshaller(Class<T> valueType)
valueType
- The value type (for generic type erasure).public JsonMarshaller()
public String marshall(T obj)
DynamoDBMarshaller
marshall
in interface DynamoDBMarshaller<T>
public T unmarshall(Class<T> clazz, String json)
DynamoDBMarshaller
unmarshall
in interface DynamoDBMarshaller<T>
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.