This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.gora.mapreduce
Class PersistentDeserializer
java.lang.Object
   org.apache.gora.mapreduce.PersistentDeserializer
org.apache.gora.mapreduce.PersistentDeserializer
- All Implemented Interfaces: 
- org.apache.hadoop.io.serializer.Deserializer<Persistent>
- public class PersistentDeserializer 
- extends Object- implements org.apache.hadoop.io.serializer.Deserializer<Persistent>
Hadoop deserializer using PersistentDatumReader
 with BinaryDecoder.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PersistentDeserializer
public PersistentDeserializer(Class<? extends Persistent> c,
                              boolean reuseObjects)
open
public void open(InputStream in)
          throws IOException
- 
- Specified by:
- openin interface- org.apache.hadoop.io.serializer.Deserializer<Persistent>
 
- 
- Throws:
- IOException
 
close
public void close()
           throws IOException
- 
- Specified by:
- closein interface- org.apache.hadoop.io.serializer.Deserializer<Persistent>
 
- 
- Throws:
- IOException
 
deserialize
public Persistent deserialize(Persistent persistent)
                       throws IOException
- 
- Specified by:
- deserializein interface- org.apache.hadoop.io.serializer.Deserializer<Persistent>
 
- 
- Throws:
- IOException
 
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.