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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to