org.apache.hadoop.record
Interface Record

All Superinterfaces:
Cloneable

public interface Record
extends Cloneable

Interface that is implemented by generated classes.

Author:
Milind Bhandarkar

Method Summary
 void deserialize(InputArchive archive, String tag)
           
 void serialize(OutputArchive archive, String tag)
           
 

Method Detail

serialize

void serialize(OutputArchive archive,
               String tag)
               throws IOException
Throws:
IOException

deserialize

void deserialize(InputArchive archive,
                 String tag)
                 throws IOException
Throws:
IOException


Copyright © 2006 The Apache Software Foundation