public static class InputRowSerde.StringIndexSerdeTypeHelper extends Object implements InputRowSerde.IndexSerdeTypeHelper<List<String>>
| Constructor and Description |
|---|
StringIndexSerdeTypeHelper() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
deserialize(com.google.common.io.ByteArrayDataInput in) |
ValueType |
getType() |
void |
serialize(com.google.common.io.ByteArrayDataOutput out,
Object value,
boolean reportParseExceptions) |
public ValueType getType()
getType in interface InputRowSerde.IndexSerdeTypeHelper<List<String>>public void serialize(com.google.common.io.ByteArrayDataOutput out,
Object value,
boolean reportParseExceptions)
serialize in interface InputRowSerde.IndexSerdeTypeHelper<List<String>>public List<String> deserialize(com.google.common.io.ByteArrayDataInput in)
deserialize in interface InputRowSerde.IndexSerdeTypeHelper<List<String>>Copyright © 2011–2018. All rights reserved.