|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.marshal.serializable.SerializableMarshaller
Simple marshaller that simply serializes java objects using standard output stream.
Field Summary | |
static java.lang.String |
DATATYPE
|
Constructor Summary | |
SerializableMarshaller()
|
Method Summary | |
void |
write(java.lang.Object dataObject,
java.io.OutputStream output)
Take the data object and write to the output. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DATATYPE
Constructor Detail |
public SerializableMarshaller()
Method Detail |
public void write(java.lang.Object dataObject, java.io.OutputStream output) throws java.io.IOException
write
in interface Marshaller (src)
dataObject
- Object to be writen to outputoutput
- The data output to write the object
data to.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |