| Package | Description | 
|---|---|
| org.apache.hadoop.record | 
    (DEPRECATED) Hadoop record I/O contains classes and a record description language
    translator for simplifying serialization and deserialization of records in a
    language-neutral manner. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BinaryRecordInputDeprecated. 
 Replaced by Avro. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Record. deserialize(RecordInput rin)Deprecated.  Deserialize a record without a tag | 
| abstract void | Record. deserialize(RecordInput rin,
           String tag)Deprecated.  Deserialize a record with a tag (usually field name) | 
Copyright © 2025 Apache Software Foundation. All rights reserved.