RE: Problem with serialization and deserialization

2002-03-04 Thread Taras Shkvarchuk
To: [EMAIL PROTECTED] > Subject: Problem with serialization and deserialization > > > Hi, > > I am trying to send a custom bean type to the service. > Based on the examples in encoding section, I have > written custom serializer and deserializer. > I deploy the service and

Problem with serialization and deserialization

2002-03-04 Thread Karna Harsha
Hi, I am trying to send a custom bean type to the service. Based on the examples in encoding section, I have written custom serializer and deserializer. I deploy the service and when I try to invoke it, I am getting a null pointer exception at the service. Serialization part is working fine. The