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