hi, I am writing a Deserializer in Axis for my Class X which does not conform to java bean standard. I have a situation where I need to pass object X from the client which has some attributes ( say aaa, bbb, ccc) and map this to another object(or same object X) with some attributes(say aaa, bbb, zzz). How do I write a serializer or deserializer for this. I tried extending Bean(De)serializer but it seems to throw exceptions.