I need to send an instance of an object from one process to another (both Java) and get the changed version back. There are gonna be lots of this remote functions. (actually, one of the processes is something like DataBase wrapper)
What is the most developer friendly way to do this? i.e. that adding and calling these function should be easy.