| 程序包 | 说明 |
|---|---|
| com.alipay.remoting | |
| com.alipay.remoting.rpc | |
| com.alipay.remoting.rpc.protocol |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RemotingCommand.deserialize()
Deserialize all parts of remoting command
|
void |
RemotingCommand.deserializeContent(InvokeContext invokeContext)
Deserialize content of remoting command
|
<T extends RequestCommand> |
DefaultCustomSerializer.deserializeContent(T request) |
<T extends RequestCommand> |
CustomSerializer.deserializeContent(T request)
Deserialize the content of RequestCommand.
|
<T extends ResponseCommand> |
DefaultCustomSerializer.deserializeContent(T response,
InvokeContext invokeContext) |
<T extends ResponseCommand> |
CustomSerializer.deserializeContent(T response,
InvokeContext invokeContext)
Deserialize the content of ResponseCommand.
|
<T extends RequestCommand> |
DefaultCustomSerializer.deserializeHeader(T request) |
<T extends RequestCommand> |
CustomSerializer.deserializeHeader(T request)
Deserialize the header of RequestCommand.
|
<T extends ResponseCommand> |
DefaultCustomSerializer.deserializeHeader(T response,
InvokeContext invokeContext) |
<T extends ResponseCommand> |
CustomSerializer.deserializeHeader(T response,
InvokeContext invokeContext)
Deserialize the header of ResponseCommand.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RpcResponseCommand.deserializeClazz() |
void |
RpcRequestCommand.deserializeClazz() |
void |
RpcResponseCommand.deserializeContent(InvokeContext invokeContext) |
void |
RpcRequestCommand.deserializeContent(InvokeContext invokeContext) |
void |
RpcResponseCommand.deserializeHeader(InvokeContext invokeContext) |
void |
RpcRequestCommand.deserializeHeader(InvokeContext invokeContext) |
Copyright © 2021. All rights reserved.