public interface DataStreamMarshaller
| Modifier and Type | Method and Description |
|---|---|
DataStructure |
createObject() |
byte |
getDataStructureType() |
void |
looseMarshal(OpenWireFormat format,
java.lang.Object c,
org.fusesource.hawtbuf.DataByteArrayOutputStream ds) |
void |
looseUnmarshal(OpenWireFormat format,
java.lang.Object data,
org.fusesource.hawtbuf.DataByteArrayInputStream dis) |
int |
tightMarshal1(OpenWireFormat format,
java.lang.Object c,
BooleanStream bs) |
void |
tightMarshal2(OpenWireFormat format,
java.lang.Object c,
org.fusesource.hawtbuf.DataByteArrayOutputStream ds,
BooleanStream bs) |
void |
tightUnmarshal(OpenWireFormat format,
java.lang.Object data,
org.fusesource.hawtbuf.DataByteArrayInputStream dis,
BooleanStream bs) |
byte getDataStructureType()
DataStructure createObject()
int tightMarshal1(OpenWireFormat format, java.lang.Object c, BooleanStream bs) throws java.io.IOException
java.io.IOExceptionvoid tightMarshal2(OpenWireFormat format, java.lang.Object c, org.fusesource.hawtbuf.DataByteArrayOutputStream ds, BooleanStream bs) throws java.io.IOException
java.io.IOExceptionvoid tightUnmarshal(OpenWireFormat format, java.lang.Object data, org.fusesource.hawtbuf.DataByteArrayInputStream dis, BooleanStream bs) throws java.io.IOException
java.io.IOExceptionvoid looseMarshal(OpenWireFormat format, java.lang.Object c, org.fusesource.hawtbuf.DataByteArrayOutputStream ds) throws java.io.IOException
java.io.IOExceptionvoid looseUnmarshal(OpenWireFormat format, java.lang.Object data, org.fusesource.hawtbuf.DataByteArrayInputStream dis) throws java.io.IOException
java.io.IOExceptionCopyright © 2014 Red Hat. All Rights Reserved.