|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
IOUtils.deserialize(PersistentDatumWriter<T> datumWriter,
org.apache.avro.Schema schema,
Object object)
Serializes the field object using the datumWriter. |
|
static
|
IOUtils.serialize(OutputStream os,
PersistentDatumWriter<T> datumWriter,
org.apache.avro.Schema schema,
Object object)
Serializes the field object using the datumWriter. |
|
static
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||