Read the Java API documentation for the java.io package, especially java.io.Serializable, java.io.ObjectOutputStream, java.io.ObjectInputStream, java.io.ObjectInput, and java.io.ObjectOutput.
Then, read Graham, et al, "Building Web Services with Java" (Sams, 2002) - the best treatment on the subject to date (with an entire chapter devoted to Axis). Mark -----Original Message----- From: Zhaohua Meng [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 5:03 PM Does anybody know where I can find some documentation on how to implement a custom serializer? I'm new to Web Services and Axis and was given a task to make our existing Java apps Web Services ready. I have a hard time understanding how a serializer/deserializer should be implemented, even after I looked at the examples provided at the samples/encoding package. Thanks, Zhaohua
