public class TupleSerializer extends BytesSerializer
Modifier and Type | Field and Description |
---|---|
java.util.List<TypeSerializer<?>> |
fields |
instance
Constructor and Description |
---|
TupleSerializer(java.util.List<TypeSerializer<?>> fields) |
Modifier and Type | Method and Description |
---|---|
<V> void |
validate(V input,
ValueAccessor<V> accessor) |
deserialize, getType, serialize, toCQLLiteral, toString
deserialize, validate
public final java.util.List<TypeSerializer<?>> fields
public TupleSerializer(java.util.List<TypeSerializer<?>> fields)
public <V> void validate(V input, ValueAccessor<V> accessor) throws MarshalException
validate
in class BytesSerializer
MarshalException
Copyright © 2009- The Apache Software Foundation