Hi everyone, I was just wondering what the purpose of ArraySerializer/ArrayDeserializer is. At least for document/literal mode, it seems like those classes are never used. BeanSerializer/Deserializer are used for both bare and wrapped arrays. (This is the output generated by Wsdl2Java.) Are ArraySerializer/ArrayDeserializer only for soap-encoding arrays? And if so, why ArraySerializer have two behaviors (based on boolean maxOccurs usage), for (apparently) bare/wrapped arrays? Bill
