[
https://issues.apache.org/jira/browse/COLLECTIONS-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522194
]
Henri Yandell commented on COLLECTIONS-240:
-------------------------------------------
An easy change to make (obviously); but TestMultiHashMap doesn't extend
AbstractTestMap and get the automatic Serialization testing, so need to either
a) duplicate said testing or b) figure out how to make MultiHashMap fit the
TestMap contract. 12 Failures and 4 errors for a simple try.
> MultiValueMap should implement Serializable
> -------------------------------------------
>
> Key: COLLECTIONS-240
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-240
> Project: Commons Collections
> Issue Type: Bug
> Components: Map
> Affects Versions: 3.2
> Reporter: Wouter de Vaal
> Assignee: Henri Yandell
> Fix For: 3.3
>
>
> Collection classes should be serializable as they are frequently used in
> model classes which need to be serializable, for example in a HttpSession
> object within a servlet container cluster.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.