public interface Marshaller
Modifier and Type | Method and Description |
---|---|
void |
write(Object dataObject,
OutputStream output)
Marshaller will need to take the dataObject and convert
into primitive java data types and write to the
given output.
|
void write(Object dataObject, OutputStream output) throws IOException
dataObject
- Object to be writen to outputoutput
- The data output to write the object
data to.IOException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.