|
||||||||||
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,
Object c,
DataOutput ds)
|
void |
looseUnmarshal(OpenWireFormat format,
Object data,
DataInput dis)
|
int |
tightMarshal1(OpenWireFormat format,
Object c,
BooleanStream bs)
|
void |
tightMarshal2(OpenWireFormat format,
Object c,
DataOutput ds,
BooleanStream bs)
|
void |
tightUnmarshal(OpenWireFormat format,
Object data,
DataInput dis,
BooleanStream bs)
|
Method Detail |
---|
byte getDataStructureType()
DataStructure createObject()
int tightMarshal1(OpenWireFormat format, Object c, BooleanStream bs) throws IOException
IOException
void tightMarshal2(OpenWireFormat format, Object c, DataOutput ds, BooleanStream bs) throws IOException
IOException
void tightUnmarshal(OpenWireFormat format, Object data, DataInput dis, BooleanStream bs) throws IOException
IOException
void looseMarshal(OpenWireFormat format, Object c, DataOutput ds) throws IOException
IOException
void looseUnmarshal(OpenWireFormat format, Object data, DataInput dis) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |