I have a play framework 2.0 connected to a remote akka systems in java language. I have a java array list object wrapped in a message class. the problem is that I want to send the message object to the remote akka system for computation. So , I want to know do I need to deploy the message object or do I need to serialize the message object. Can someone help me with a good explanation on the best choice and how to do the implementation.
thanks.