|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.dynamodbv2.datamodeling.JsonMarshaller<T>
public class JsonMarshaller<T>
Simple JSON marshaller that uses Jackson mapper. It has all the limitations of that library, the documentation of which is available here: http://docs.codehaus.org/display/JACKSON/Home
Constructor Summary | |
---|---|
JsonMarshaller()
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
marshall(T obj)
Deprecated. Turns an object of type T into its String representation. |
T |
unmarshall(java.lang.Class<T> clazz,
java.lang.String obj)
Deprecated. Turns a String representation of an object of type T into an object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JsonMarshaller()
Method Detail |
---|
public java.lang.String marshall(T obj)
DynamoDBMarshaller
marshall
in interface DynamoDBMarshaller<T>
public T unmarshall(java.lang.Class<T> clazz, java.lang.String obj)
DynamoDBMarshaller
unmarshall
in interface DynamoDBMarshaller<T>
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |