How to send an object to the client using the messaging module?
I tried to send a simple HashMap<String,Integer> but in the client-code instanceof is not working, so how to retrieve the original object ? (the client-side representation)
Using 6.0p power
I tried to send a simple HashMap<String,Integer> but in the client-code instanceof is not working, so how to retrieve the original object ? (the client-side representation)
Using 6.0p power
Comment