|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - The entity typepublic interface EntityMarshaller<E>
A marshaller reads and writes table rows, i.e. it converts an entity (object instance) to and from binary data.
| Method Summary | |
|---|---|
E |
readFrom(DataInput in)
Reads from the given data input and creates an entity instance from the read data |
void |
writeTo(E entity,
DataOutput out)
Writes the given entity to the given data output |
| Method Detail |
|---|
void writeTo(E entity,
DataOutput out)
throws IOException
IOException
E readFrom(DataInput in)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||