Interface GatewayRpcSerializer
- All Known Subinterfaces:
RpcSerializer
- All Known Implementing Classes:
CompositeSerializer
,ProtoRpcSerializer
public interface GatewayRpcSerializer
The Gateway half of the negotiation of RPC payloads between the gateway and clients/designers.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionreadParameters
(InputStream stream, RpcCall call) void
writeReturnValue
(OutputStream stream, RpcCall call, Object value)
-
Method Details
-
writeReturnValue
- Throws:
IOException
-
readParameters
- Throws:
IOException
-