Re: java.io.NotSerializableException
Posted By:
Anonymous
Posted On:
Thursday, August 3, 2006 01:56 AM
Please make sure EmployeeData object implements serializable. Any object that gets passed over the network has to be serialized so that proper marshalling and unmarshalling can happen.