|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|
|
CustomSerializer.deserializeContent(T request)
Deserialize the content of RequestCommand. |
|
|
DefaultCustomSerializer.deserializeContent(T request)
|
|
|
CustomSerializer.deserializeContent(T response,
InvokeContext invokeContext)
Deserialize the content of ResponseCommand. |
|
|
DefaultCustomSerializer.deserializeContent(T response,
InvokeContext invokeContext)
|
|
|
CustomSerializer.deserializeHeader(T request)
Deserialize the header of RequestCommand. |
|
|
DefaultCustomSerializer.deserializeHeader(T request)
|
|
|
CustomSerializer.deserializeHeader(T response,
InvokeContext invokeContext)
Deserialize the header of ResponseCommand. |
|
|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||