| Package | Description |
|---|---|
| com.googlecode.xremoting.core.invoked | |
| com.googlecode.xremoting.core.spi | |
| com.googlecode.xremoting.core.xstream |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Serializer.deserialize(InputStream is)
Deserializes an object an
InputStream. |
void |
Serializer.serialize(Object object,
OutputStream os)
Serializes an object to an
OutputStream. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
XStreamSerializer.deserialize(InputStream is) |
void |
XStreamSerializer.serialize(Object object,
OutputStream os) |
Copyright © 2015. All Rights Reserved.