Get_id() is a remote call?

Using row objects on the client side is great during prototyping, but when it’s time to look at the speed I never pass the row itself. Instead I create a dictionary on the server side, adding the row id if required, and return it to the client. So I am sure that the client will never contact the server.