|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Marshaller<T>
Marshaller for marshalling in/out objects to a RawContainer
| Method Summary | |
|---|---|
T |
readPayload(DataInput dataIn)
Read the entry from the RawContainer |
void |
writePayload(T object,
DataOutput dataOut)
Write the payload of this entry to the RawContainer |
| Method Detail |
|---|
void writePayload(T object,
DataOutput dataOut)
throws IOException
object - dataOut -
IOException
T readPayload(DataInput dataIn)
throws IOException
dataIn -
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||