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, serializeToBytes
public InternalRow toRow(Identifier record)
ObjectSerializer
T
to InternalRow
.toRow
in class ObjectSerializer<Identifier>
public Identifier fromRow(InternalRow rowData)
ObjectSerializer
InternalRow
to T
.fromRow
in class ObjectSerializer<Identifier>
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.