org.apache.hadoop.record
Interface Record


public interface Record

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

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

deserialize

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


Copyright © 2006 The Apache Software Foundation