public final class ObjectSetToStringSetMarshaller extends java.lang.Object implements ArgumentMarshaller.StringSetAttributeMarshaller
String.valueOf(Object). Retained for
 backwards compatibility in case someone is relying on this, but logs a
 warning if ever used since we only know how to unmarshal back to Java
 Strings.ArgumentMarshaller.BinaryAttributeMarshaller, ArgumentMarshaller.BinarySetAttributeMarshaller, ArgumentMarshaller.BooleanAttributeMarshaller, ArgumentMarshaller.ListAttributeMarshaller, ArgumentMarshaller.MapAttributeMarshaller, ArgumentMarshaller.NumberAttributeMarshaller, ArgumentMarshaller.NumberSetAttributeMarshaller, ArgumentMarshaller.StringAttributeMarshaller, ArgumentMarshaller.StringSetAttributeMarshaller| Modifier and Type | Method and Description | 
|---|---|
static ObjectSetToStringSetMarshaller | 
instance()
Return a singleton instance. 
 | 
AttributeValue | 
marshall(java.lang.Object obj)
Marshalls the object given into an AttributeValue. 
 | 
public static ObjectSetToStringSetMarshaller instance()
ObjectSetToStringSetMarshallerpublic AttributeValue marshall(java.lang.Object obj)
ArgumentMarshallermarshall in interface ArgumentMarshallerobj - the object to be marshalled.AttributeValueCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.