|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.netseeker.ejoe.adapter.BaseAdapter de.netseeker.ejoe.adapter.commercial.JSXAdapter
public class JSXAdapter
Simple (de)serialize adapter using the JSX (Java Serialization to XML)
http://javaserializationtoxml.com
,
Serialized FormConstructor Summary | |
---|---|
JSXAdapter()
|
Method Summary | |
---|---|
java.lang.Object |
read(java.io.InputStream in)
Deserializes an object out of an given InputStream |
void |
write(java.lang.Object obj,
java.io.OutputStream out)
Serializes an object into an output stream |
Methods inherited from class de.netseeker.ejoe.adapter.BaseAdapter |
---|
getContentType, handleClassLoaderChange, isSelfBuffered, requiresCustomEOFHandling |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSXAdapter()
Method Detail |
---|
public java.lang.Object read(java.io.InputStream in) throws java.io.IOException
SerializeAdapter
in
- the input stream to use for deserialization
java.io.IOException
public void write(java.lang.Object obj, java.io.OutputStream out) throws java.io.IOException
SerializeAdapter
obj
- object that should get serializedout
- the outputstream into which the object should serialized
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |