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

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

Uses of DeserializationException in com.alipay.remoting
 

Methods in com.alipay.remoting that throw DeserializationException
 void RemotingCommand.deserialize()
          Deserialize all parts of remoting command
 void RemotingCommand.deserializeContent(InvokeContext invokeContext)
          Deserialize content of remoting command
<T extends RequestCommand>
boolean
CustomSerializer.deserializeContent(T request)
          Deserialize the content of RequestCommand.
<T extends RequestCommand>
boolean
DefaultCustomSerializer.deserializeContent(T request)
           
<T extends ResponseCommand>
boolean
CustomSerializer.deserializeContent(T response, InvokeContext invokeContext)
          Deserialize the content of ResponseCommand.
<T extends ResponseCommand>
boolean
DefaultCustomSerializer.deserializeContent(T response, InvokeContext invokeContext)
           
<T extends RequestCommand>
boolean
CustomSerializer.deserializeHeader(T request)
          Deserialize the header of RequestCommand.
<T extends RequestCommand>
boolean
DefaultCustomSerializer.deserializeHeader(T request)
           
<T extends ResponseCommand>
boolean
CustomSerializer.deserializeHeader(T response, InvokeContext invokeContext)
          Deserialize the header of ResponseCommand.
<T extends ResponseCommand>
boolean
DefaultCustomSerializer.deserializeHeader(T response, InvokeContext invokeContext)
           
 

Uses of DeserializationException in com.alipay.remoting.rpc
 

Methods in com.alipay.remoting.rpc that throw DeserializationException
 void RpcCommand.deserialize()
          Deserialize the class header and content.
 void RpcCommand.deserialize(long mask)
          Deserialize according to mask.
 void RpcCommand.deserializeClazz()
          Deserialize the content class.
 void RpcCommand.deserializeContent(InvokeContext invokeContext)
          Deserialize the content.
 void RpcCommand.deserializeHeader(InvokeContext invokeContext)
          Deserialize the header.
 

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

Methods in com.alipay.remoting.rpc.protocol that throw DeserializationException
 void RpcRequestCommand.deserializeClazz()
           
 void RpcResponseCommand.deserializeClazz()
           
 void RpcRequestCommand.deserializeContent(InvokeContext invokeContext)
           
 void RpcResponseCommand.deserializeContent(InvokeContext invokeContext)
           
 void RpcRequestCommand.deserializeHeader(InvokeContext invokeContext)
           
 void RpcResponseCommand.deserializeHeader(InvokeContext invokeContext)
           
 



Copyright © 2018. All rights reserved.