|
||||||||||
| 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(java.io.DataInput dataIn)
Read the entry from the RawContainer |
void |
writePayload(T object,
java.io.DataOutput dataOut)
Write the payload of this entry to the RawContainer |
| Method Detail |
|---|
void writePayload(T object,
java.io.DataOutput dataOut)
throws java.io.IOException
object - dataOut -
java.io.IOException
T readPayload(java.io.DataInput dataIn)
throws java.io.IOException
dataIn -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||