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, toString
public 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 BytesSerializer
MarshalException
Copyright © 2020 The Apache Software Foundation