Concept Flow - Remote procedure calls
Client calls function
Serialize data
Send data over network
Server receives data
Deserialize data
Execute function on server
Serialize response
Send response back
Client receives response
Deserialize response
Use result in client
This flow shows how a client calls a function on a server by sending data, the server runs the function, and sends back the result.