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 | 
|---|---|
| void | validate(java.nio.ByteBuffer bytes) | 
deserialize, getType, serialize, toCQLLiteral, toStringpublic final java.util.List<TypeSerializer<?>> fields
public TupleSerializer(java.util.List<TypeSerializer<?>> fields)
public void validate(java.nio.ByteBuffer bytes)
              throws MarshalException
validate in interface TypeSerializer<java.nio.ByteBuffer>validate in class BytesSerializerMarshalExceptionCopyright © 2018 The Apache Software Foundation