DynamoDBMarshalling instead.@Retention(value=RUNTIME) @Target(value=METHOD) @Deprecated public @interface DynamoDBMarshalling
Strings, Numbers, and
Sets of the same to DynamoDB. Any object that can be converted into a
String representation and vice versa can be saved in this manner.DynamoDBMarshaller,
JsonMarshaller| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends DynamoDBMarshaller<? extends Object>> |
marshallerClass
Deprecated.
The class of the Marshaller that converts this property to and from a
String.
|
public abstract Class<? extends DynamoDBMarshaller<? extends Object>> marshallerClass
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.