This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.gora.avro.PersistentDatumWriter (Apache Gora 0.2 API)

Uses of Class
org.apache.gora.avro.PersistentDatumWriter

Packages that use PersistentDatumWriter
org.apache.gora.store.impl   
org.apache.gora.util   
 

Uses of PersistentDatumWriter in org.apache.gora.store.impl
 

Fields in org.apache.gora.store.impl declared as PersistentDatumWriter
protected  PersistentDatumWriter<T> DataStoreBase.datumWriter
           
 

Uses of PersistentDatumWriter in org.apache.gora.util
 

Methods in org.apache.gora.util with parameters of type PersistentDatumWriter
static
<T extends Persistent>
byte[]
IOUtils.deserialize(PersistentDatumWriter<T> datumWriter, org.apache.avro.Schema schema, Object object)
          Serializes the field object using the datumWriter.
static
<T extends Persistent>
void
IOUtils.serialize(OutputStream os, PersistentDatumWriter<T> datumWriter, org.apache.avro.Schema schema, Object object)
          Serializes the field object using the datumWriter.
static
<T extends Persistent>
byte[]
IOUtils.serialize(PersistentDatumWriter<T> datumWriter, org.apache.avro.Schema schema, Object object)
          Serializes the field object using the datumWriter.
static byte[] ByteUtils.toBytes(Object o, org.apache.avro.Schema schema, PersistentDatumWriter<?> datumWriter)
           
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.