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 2002/08/24 13:48:11 UTC

DO NOT REPLY [Bug 12010] New: - Only immediate interfaces are used in finding a serializer

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=12010>.
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=12010

Only immediate interfaces are used in finding a serializer

           Summary: Only immediate interfaces are used in finding a
                    serializer
           Product: Axis
           Version: current (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: stuart@swtsoftware.com


A custom collection class which was correctly serialized up until recently is 
now serialized by SimpleSerializer. The problem is that only the interfaces 
returned by Class.getInterfaces are considered. The interfaces they extend 
should also be considered.