You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/11/17 22:22:36 UTC

DO NOT REPLY [Bug 24762] New: - CollectionWrapper should implement Serializable

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

CollectionWrapper should implement Serializable

           Summary: CollectionWrapper should implement Serializable
           Product: Commons
           Version: 2.1 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Collections
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: news@schof.com


The CollectionWrapper inner class (part of CollectionUtils) should implement 
Serializable.  This would allow the creation of serializable lists in the event 
that the user needs this functionality.  Making this change would assume that 
all the objects contained in the list were serializable (not a big deal IMO.)

I discovered this problem when using ListUtils.lazyList() method.  The 
resulting list is not serializable and I need it to be.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org