I want to ask, for example I have a server and client classes. I have a GUI components in that client class. If I would send to the server whole client object, and then server would modify smth, it will effect original object? Do I need to send it back to the client after modification? Or it will be so called 'alias', when two references refer to the same object, and changes in one object effect another?
↧