For objects that I want to send from client to server via the invoke() and objects that I want the server to return back to the client - should they explicitly implement Serializable? I'm getting a NotSerializableException because I did not make my objects serializable. Does the remoting infrastructure expect all non-primitives to be explicitly serializable or is it supposed to do some neat trickery under the covers to help me avoid that?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859778#3859778 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859778 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
