|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Serializer in com.googlecode.xremoting.core |
|---|
| Fields in com.googlecode.xremoting.core declared as Serializer | |
|---|---|
protected Serializer |
XRemotingProxyFactory.serializer
|
| Methods in com.googlecode.xremoting.core that return Serializer | |
|---|---|
protected Serializer |
XRemotingProxyFactory.createDefaultSerializer()
|
protected Serializer |
XRemotingProxyFactory.createSerializer(Class<? extends Serializer> serializerClass)
|
| Method parameters in com.googlecode.xremoting.core with type arguments of type Serializer | |
|---|---|
protected Serializer |
XRemotingProxyFactory.createSerializer(Class<? extends Serializer> serializerClass)
|
| Constructors in com.googlecode.xremoting.core with parameters of type Serializer | |
|---|---|
XRemotingProxyFactory(Requester requester,
Serializer serializer)
Creates a factory with the given Serializer. |
|
| Constructor parameters in com.googlecode.xremoting.core with type arguments of type Serializer | |
|---|---|
XRemotingProxyFactory(Requester requester,
Class<? extends Serializer> serializerClass)
Creates a factory with the given Serializer implementation class. |
|
| Uses of Serializer in com.googlecode.xremoting.core.invoked |
|---|
| Methods in com.googlecode.xremoting.core.invoked with parameters of type Serializer | |
|---|---|
void |
ProxyInvokingHelper.invoke(Object target,
InputStream is,
OutputStream os,
Serializer serializer,
Invoker invoker,
InvocationRestriction restriction)
|
protected void |
ProxyInvokingHelper.send(OutputStream os,
Object object,
Serializer serializer)
|
protected void |
ProxyInvokingHelper.sendResult(OutputStream os,
Object result,
Serializer serializer)
|
protected void |
ProxyInvokingHelper.sendThrown(OutputStream os,
Throwable e,
Serializer serializer)
|
protected void |
ProxyInvokingHelper.sendThrownThrowingOnSerializationError(OutputStream os,
Throwable t,
Serializer serializer)
|
| Uses of Serializer in com.googlecode.xremoting.core.invoking |
|---|
| Constructors in com.googlecode.xremoting.core.invoking with parameters of type Serializer | |
|---|---|
XRemotingInvocationHandler(Serializer serializer,
Requester requester)
|
|
| Uses of Serializer in com.googlecode.xremoting.core.servlet |
|---|
| Methods in com.googlecode.xremoting.core.servlet that return Serializer | |
|---|---|
protected Serializer |
XRemotingServlet.createSerializer()
|
| Uses of Serializer in com.googlecode.xremoting.core.xstream |
|---|
| Classes in com.googlecode.xremoting.core.xstream that implement Serializer | |
|---|---|
class |
XStreamSerializer
Serializer which uses XStream as a serialization engine. |
| Uses of Serializer in com.googlecode.xremoting.spring |
|---|
| Fields in com.googlecode.xremoting.spring declared as Serializer | |
|---|---|
protected Serializer |
XRemotingExporter.serializer
|
| Fields in com.googlecode.xremoting.spring with type parameters of type Serializer | |
|---|---|
protected Class<? extends Serializer> |
XRemotingExporter.serializerClass
|
| Methods in com.googlecode.xremoting.spring that return Serializer | |
|---|---|
protected Serializer |
XRemotingExporter.createDefaultSerializer()
|
protected Serializer |
XRemotingExporter.createSerializer()
|
| Methods in com.googlecode.xremoting.spring with parameters of type Serializer | |
|---|---|
void |
XRemotingExporter.setSerializer(Serializer serializer)
|
| Method parameters in com.googlecode.xremoting.spring with type arguments of type Serializer | |
|---|---|
void |
XRemotingExporter.setSerializerClass(Class<? extends Serializer> serializerClass)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||