public class DataFileMeta08Serializer extends Object implements Serializable
DataFileMeta
with safe deserializer.Modifier and Type | Field and Description |
---|---|
protected InternalRowSerializer |
rowSerializer |
Constructor and Description |
---|
DataFileMeta08Serializer() |
Modifier and Type | Method and Description |
---|---|
DataFileMeta |
deserialize(DataInputView in) |
List<DataFileMeta> |
deserializeList(DataInputView source) |
void |
serialize(DataFileMeta meta,
DataOutputView target) |
void |
serializeList(List<DataFileMeta> records,
DataOutputView target) |
protected final InternalRowSerializer rowSerializer
public final void serializeList(List<DataFileMeta> records, DataOutputView target) throws IOException
IOException
public void serialize(DataFileMeta meta, DataOutputView target) throws IOException
IOException
public final List<DataFileMeta> deserializeList(DataInputView source) throws IOException
IOException
public DataFileMeta deserialize(DataInputView in) throws IOException
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.