|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SerializeAdapter in de.netseeker.ejoe |
---|
Constructors in de.netseeker.ejoe with parameters of type SerializeAdapter | |
---|---|
EJClient(java.lang.String host,
int port,
SerializeAdapter adapter)
Creates an instance of the EJOE client. |
|
EJClient(java.lang.String host,
int port,
SerializeAdapter adapter,
boolean isPersistent,
boolean isHttp,
boolean useCompression)
Creates an instance of the EJOE client. |
Uses of SerializeAdapter in de.netseeker.ejoe.adapter |
---|
Classes in de.netseeker.ejoe.adapter that implement SerializeAdapter | |
---|---|
class |
BaseAdapter
Abstract base class for SerializeAdapter implementations. |
class |
BetwixtAdapter
|
class |
CastorAdapter
An adapter for (de)serializing objects via the Castor XML library. |
class |
HessianAdapter
An adapter for (de)serializing objects via the Caucho Hessian library |
class |
JavaBeansXmlAdapter
Simple SerializeAdapter implementation using the XmlEncoder/XmlDecoder classes of the Java Beans API |
class |
JavolutionAdapter
An adapter for (de)serializing objects via the javolution library |
class |
Jaxb2Adapter
|
class |
ObjectStreamAdapter
Simple (de)serialize adapter using the standard ObjectInputStream and ObjectOutputStream classes provided by SUN. |
class |
SkaringaAdapter
An adapter for (de)serializing objects via the great Skaringa library |
class |
SojoAdapter
An adapter for (de)serializing objects via SOJO - Simplify your Old Java Objects |
class |
UTF8StringAdapter
Simple raw string (de)Serializer for serializing/deserializing string messages. |
class |
XmlBeansAdapter
A simple SerializeAdapter for the great XMLBeans framework. |
class |
XStreamAdapter
An adapter for (de)serializing objects via the great XStream library |
Methods in de.netseeker.ejoe.adapter that return SerializeAdapter | |
---|---|
static SerializeAdapter |
AdapterFactory.createAdapter(java.lang.String name)
Returns either a new instance of the requested adapter or returns a already cached one. |
Methods in de.netseeker.ejoe.adapter with parameters of type SerializeAdapter | |
---|---|
static void |
AdapterFactory.registerAdapter(SerializeAdapter adapter)
Registers a new adapter to the registry of known adapters while using the class name of the adapter as synonym within the registry |
static void |
AdapterFactory.registerAdapter(java.lang.String name,
SerializeAdapter adapter)
Registers a new adapter to the registry of known adapters while using the given name as synonym within the registry |
Uses of SerializeAdapter in de.netseeker.ejoe.adapter.commercial |
---|
Classes in de.netseeker.ejoe.adapter.commercial that implement SerializeAdapter | |
---|---|
class |
JSXAdapter
Simple (de)serialize adapter using the JSX (Java Serialization to XML) |
Uses of SerializeAdapter in de.netseeker.ejoe.adapter.json |
---|
Classes in de.netseeker.ejoe.adapter.json that implement SerializeAdapter | |
---|---|
class |
JsonLibAdapter
Multimode SerializeAdapter supporting JSON via the JSON-lib. |
class |
JsonToolsAdapter
A true multimode SerializeAdapter supporting JSON via Json Tools. |
class |
MyJsonAdapter
Multimode SerializeAdapter supporting JSON via the MyJSON library. |
class |
SojoJsonAdapter
An adapter for (de)serializing objects via the JsonSerializer of SOJO - Simplify your Old Java Objects |
class |
XStreamJsonAdapter
Write-only SerializeAdapter supporting JSON. |
Uses of SerializeAdapter in de.netseeker.ejoe.core |
---|
Methods in de.netseeker.ejoe.core with parameters of type SerializeAdapter | |
---|---|
protected java.lang.Object |
ConnectionReader.deserialize(SerializeAdapter adapter,
java.io.InputStream in)
|
Uses of SerializeAdapter in de.netseeker.ejoe.ext.wsif |
---|
Fields in de.netseeker.ejoe.ext.wsif declared as SerializeAdapter | |
---|---|
protected SerializeAdapter |
WSIFPort_EJOE.ejoeAdapter
|
Uses of SerializeAdapter in de.netseeker.ejoe.io |
---|
Methods in de.netseeker.ejoe.io with parameters of type SerializeAdapter | |
---|---|
static java.lang.Object |
IOUtil.adapterDeserialize(SerializeAdapter adapter,
java.io.InputStream in,
boolean compressed)
Invokes a (De)SerializeAdapter for the given Object and handles decompression and buffering |
static void |
IOUtil.adapterSerialize(SerializeAdapter adapter,
java.io.OutputStream out,
java.lang.Object obj,
boolean compressed,
int compressionLevel)
Invokes a SerializeAdapter for the given Object and handles compression and buffering |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |