This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.gora.mapreduce
Class PersistentSerializer
java.lang.Object
   org.apache.gora.mapreduce.PersistentSerializer
org.apache.gora.mapreduce.PersistentSerializer
- All Implemented Interfaces: 
- org.apache.hadoop.io.serializer.Serializer<Persistent>
- public class PersistentSerializer 
- extends Object- implements org.apache.hadoop.io.serializer.Serializer<Persistent>
Hadoop serializer using PersistentDatumWriter 
 with BinaryEncoder.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PersistentSerializer
public PersistentSerializer()
close
public void close()
           throws IOException
- 
- Specified by:
- closein interface- org.apache.hadoop.io.serializer.Serializer<Persistent>
 
- 
- Throws:
- IOException
 
open
public void open(OutputStream out)
          throws IOException
- 
- Specified by:
- openin interface- org.apache.hadoop.io.serializer.Serializer<Persistent>
 
- 
- Throws:
- IOException
 
serialize
public void serialize(Persistent persistent)
               throws IOException
- 
- Specified by:
- serializein interface- org.apache.hadoop.io.serializer.Serializer<Persistent>
 
- 
- Throws:
- IOException
 
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.