Hello, I have been working with some pretty simple Custom Serializers/Deserializers and I have noticed that I have had to make my private data members public. If I don't, I get a java.lang.NoSuchFieldException message telling me that Axis cannot find the private field.
Is this normal behavior? It just seems a bit odd that I have to expose my data members. What if I don't have the source to the objects that I would like to serialize? Thanks, Bob
