You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/03/01 02:30:05 UTC

DO NOT REPLY [Bug 17556] New: - Arrays don't automatically get deserialized

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17556>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17556

Arrays don't automatically get deserialized

           Summary: Arrays don't automatically get deserialized
           Product: Axis
           Version: 1.1RC1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: john@agari.com


Currently I have a number of java beans that are used by my web service.  I 
also have methods which take arrays of those beans.  I currently have to 
define mappings explicitly to map arrays of these beans to the 
ArrayDeserializationFactory. 

I would like to only define the java beans and then everything that is sent in 
as an array type would be automagically go to the array deserialization 
factory.