|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataStreamMarshaller
Method Summary | |
---|---|
DataStructure |
createObject()
|
byte |
getDataStructureType()
|
void |
looseMarshal(OpenWireFormat format,
java.lang.Object c,
java.io.DataOutput ds)
|
void |
looseUnmarshal(OpenWireFormat format,
java.lang.Object data,
java.io.DataInput dis)
|
int |
tightMarshal1(OpenWireFormat format,
java.lang.Object c,
BooleanStream bs)
|
void |
tightMarshal2(OpenWireFormat format,
java.lang.Object c,
java.io.DataOutput ds,
BooleanStream bs)
|
void |
tightUnmarshal(OpenWireFormat format,
java.lang.Object data,
java.io.DataInput dis,
BooleanStream bs)
|
Method Detail |
---|
byte getDataStructureType()
DataStructure createObject()
int tightMarshal1(OpenWireFormat format, java.lang.Object c, BooleanStream bs) throws java.io.IOException
java.io.IOException
void tightMarshal2(OpenWireFormat format, java.lang.Object c, java.io.DataOutput ds, BooleanStream bs) throws java.io.IOException
java.io.IOException
void tightUnmarshal(OpenWireFormat format, java.lang.Object data, java.io.DataInput dis, BooleanStream bs) throws java.io.IOException
java.io.IOException
void looseMarshal(OpenWireFormat format, java.lang.Object c, java.io.DataOutput ds) throws java.io.IOException
java.io.IOException
void looseUnmarshal(OpenWireFormat format, java.lang.Object data, java.io.DataInput dis) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |