Class ByteArraySetToBinarySetMarshaller
java.lang.Object
com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteArraySetToBinarySetMarshaller
- All Implemented Interfaces:
ArgumentMarshaller,ArgumentMarshaller.BinarySetAttributeMarshaller
public class ByteArraySetToBinarySetMarshaller
extends Object
implements ArgumentMarshaller.BinarySetAttributeMarshaller
A marshaller that marshals sets of Java
byte[]s into DynamoDB
BinarySet attributes.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller
ArgumentMarshaller.BinaryAttributeMarshaller, ArgumentMarshaller.BinarySetAttributeMarshaller, ArgumentMarshaller.BooleanAttributeMarshaller, ArgumentMarshaller.ListAttributeMarshaller, ArgumentMarshaller.MapAttributeMarshaller, ArgumentMarshaller.NumberAttributeMarshaller, ArgumentMarshaller.NumberSetAttributeMarshaller, ArgumentMarshaller.StringAttributeMarshaller, ArgumentMarshaller.StringSetAttributeMarshaller -
Method Summary
-
Method Details
-
instance
-
marshall
Description copied from interface:ArgumentMarshallerMarshalls the object given into an AttributeValue.- Specified by:
marshallin interfaceArgumentMarshaller
-