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