| 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  | BinaryRecordOutputDeprecated. 
 Replaced by Avro. | 
| class  | CsvRecordOutputDeprecated. 
 Replaced by Avro. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Record. serialize(RecordOutput rout)Deprecated.  Serialize a record without a tag | 
| abstract void | Record. serialize(RecordOutput rout,
         String tag)Deprecated.  Serialize a record with tag (ususally field name) | 
Copyright © 2022 Apache Software Foundation. All rights reserved.