Uses of Class
com.googlecode.xremoting.core.spi.SerializationException

Packages that use SerializationException
com.googlecode.xremoting.core.invoked   
com.googlecode.xremoting.core.spi   
com.googlecode.xremoting.core.xstream   
 

Uses of SerializationException in com.googlecode.xremoting.core.invoked
 

Methods in com.googlecode.xremoting.core.invoked that throw SerializationException
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)
           
 

Uses of SerializationException in com.googlecode.xremoting.core.spi
 

Methods in com.googlecode.xremoting.core.spi that throw SerializationException
<T> T
Serializer.deserialize(InputStream is)
          Deserializes an object an InputStream.
 void Serializer.serialize(Object object, OutputStream os)
          Serializes an object to an OutputStream.
 

Uses of SerializationException in com.googlecode.xremoting.core.xstream
 

Methods in com.googlecode.xremoting.core.xstream that throw SerializationException
<T> T
XStreamSerializer.deserialize(InputStream is)
           
 void XStreamSerializer.serialize(Object object, OutputStream os)
           
 



Copyright © 2013. All Rights Reserved.