Uses of Class
com.alipay.remoting.exception.SerializationException

Packages that use SerializationException
com.alipay.remoting   
com.alipay.remoting.rpc   
com.alipay.remoting.rpc.protocol   
 

Uses of SerializationException in com.alipay.remoting
 

Methods in com.alipay.remoting that throw SerializationException
 void RemotingCommand.serialize()
          Serialize all parts of remoting command
 void RemotingCommand.serializeContent(InvokeContext invokeContext)
          Serialize content of remoting command
<T extends ResponseCommand>
boolean
CustomSerializer.serializeContent(T response)
          Serialize the content of ResponseCommand.
<T extends ResponseCommand>
boolean
DefaultCustomSerializer.serializeContent(T response)
           
<T extends RequestCommand>
boolean
CustomSerializer.serializeContent(T request, InvokeContext invokeContext)
          Serialize the content of RequestCommand.
<T extends RequestCommand>
boolean
DefaultCustomSerializer.serializeContent(T request, InvokeContext invokeContext)
           
<T extends ResponseCommand>
boolean
CustomSerializer.serializeHeader(T response)
          Serialize the header of ResponseCommand.
<T extends ResponseCommand>
boolean
DefaultCustomSerializer.serializeHeader(T response)
           
<T extends RequestCommand>
boolean
CustomSerializer.serializeHeader(T request, InvokeContext invokeContext)
          Serialize the header of RequestCommand.
<T extends RequestCommand>
boolean
DefaultCustomSerializer.serializeHeader(T request, InvokeContext invokeContext)
           
 

Uses of SerializationException in com.alipay.remoting.rpc
 

Methods in com.alipay.remoting.rpc that throw SerializationException
 void RpcCommand.serialize()
          Serialize the class header and content.
 void RpcCommand.serializeClazz()
          Serialize content class.
 void RpcCommand.serializeContent(InvokeContext invokeContext)
          Serialize the content.
 void RpcCommand.serializeHeader(InvokeContext invokeContext)
          Serialize the header.
protected  RemotingCommand RpcRemoting.toRemotingCommand(Object request, Connection conn, InvokeContext invokeContext, int timeoutMillis)
          Convert application request object to remoting request command.
 

Uses of SerializationException in com.alipay.remoting.rpc.protocol
 

Methods in com.alipay.remoting.rpc.protocol that throw SerializationException
 void RpcRequestCommand.serializeClazz()
           
 void RpcResponseCommand.serializeClazz()
           
 void RpcRequestCommand.serializeContent(InvokeContext invokeContext)
           
 void RpcResponseCommand.serializeContent(InvokeContext invokeContext)
           
 void RpcRequestCommand.serializeHeader(InvokeContext invokeContext)
           
 void RpcResponseCommand.serializeHeader(InvokeContext invokeContext)
           
 



Copyright © 2018. All rights reserved.