public class IdentifierSerializer extends ObjectSerializer<Identifier>
Identifier.rowSerializer| Constructor and Description |
|---|
IdentifierSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Identifier |
fromRow(InternalRow rowData)
Convert a
InternalRow to T. |
InternalRow |
toRow(Identifier record)
Convert a
T to InternalRow. |
deserialize, deserializeFromBytes, deserializeList, deserializeList, fieldTypes, numFields, serialize, serializeList, serializeList, serializeToBytespublic InternalRow toRow(Identifier record)
ObjectSerializerT to InternalRow.toRow in class ObjectSerializer<Identifier>public Identifier fromRow(InternalRow rowData)
ObjectSerializerInternalRow to T.fromRow in class ObjectSerializer<Identifier>Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.