|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Serializer
interface is used by objects that are
capable of serializing a Java Object to a portable output stream.
Method Summary | |
Attribute[] |
getAttributes(Object obj)
Get the element attributes |
void |
serialize(OutputStream os,
Object obj)
Serialize the given object to the given output stream |
Methods inherited from interface javax.xml.rpc.encoding.Serializer |
getMechanismType |
Method Detail |
public void serialize(OutputStream os, Object obj) throws IOException
os
- the portable output streamobj
- the object to write
IOException
- if an I/O exception occurred during writepublic Attribute[] getAttributes(Object obj)
obj
- the object that is being serialized
|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |