|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VersionedMarshaller
Copyright May 7, 2007
Method Summary | |
---|---|
void |
write(java.lang.Object dataObject,
java.io.OutputStream output,
int version)
Marshaller will need to take the dataObject and convert into primitive java data types and write to the given output. |
Methods inherited from interface org.jboss.remoting.marshal.SerialMarshaller |
---|
getSerializationType, setSerializationType |
Methods inherited from interface org.jboss.remoting.marshal.Marshaller |
---|
cloneMarshaller, write |
Method Detail |
---|
void write(java.lang.Object dataObject, java.io.OutputStream output, int version) throws java.io.IOException
dataObject
- Object to be writen to outputoutput
- The data output to write the object
data to.wire
- format version
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |