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