HFEJB page 77.
"When you pass a serialized object as an argument or return value, you better make sure the class file for the type you are passing is available on the other side. If the class isn't there, the object will never deserialize"
"That includes the stub classes. if the client doesn't have the class for the stub object, its hopeless.."
I didn't quite get what the "class file for the type means. I really don't have clue what they are saying here or i am misinterpreting something.
Please clarify.
Thanks.

[ September 15, 2004: Message edited by: piyush jain ]