|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.dynamodb.datamodeling.JsonMarshaller<T>
@Deprecated 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 | |
---|---|
String |
marshall(T obj)
Deprecated. Turns an object of type T into its String representation. |
T |
unmarshall(Class<T> clazz,
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 String marshall(T obj)
DynamoDBMarshaller
marshall
in interface DynamoDBMarshaller<T>
public T unmarshall(Class<T> clazz, String obj)
DynamoDBMarshaller
unmarshall
in interface DynamoDBMarshaller<T>
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |