public class AttributeValueCoder
extends org.apache.beam.sdk.coders.AtomicCoder<com.amazonaws.services.dynamodbv2.model.AttributeValue>
Coder that serializes and deserializes the AttributeValue objects.| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.services.dynamodbv2.model.AttributeValue |
decode(java.io.InputStream inStream) |
void |
encode(com.amazonaws.services.dynamodbv2.model.AttributeValue value,
java.io.OutputStream outStream) |
static AttributeValueCoder |
of() |
equals, getCoderArguments, getComponents, hashCode, verifyDeterministicpublic static AttributeValueCoder of()
public void encode(com.amazonaws.services.dynamodbv2.model.AttributeValue value,
java.io.OutputStream outStream)
throws java.io.IOException
encode in class org.apache.beam.sdk.coders.Coder<com.amazonaws.services.dynamodbv2.model.AttributeValue>java.io.IOExceptionpublic com.amazonaws.services.dynamodbv2.model.AttributeValue decode(java.io.InputStream inStream)
throws java.io.IOException
decode in class org.apache.beam.sdk.coders.Coder<com.amazonaws.services.dynamodbv2.model.AttributeValue>java.io.IOException