nope you cant serialize entries.

hashmap do there own custom serialization (just key/value) and they dont
serialize the internal structure to that data (the entries)
Thats why Entry is not serializeable

johan

On Sat, Jul 18, 2009 at 12:06, Martin Makundi <
[email protected]> wrote:

> Hi!
>
> I am a bit onfused.. I have new ListView("id", new
> LinkedList(hashMap.entrySet())) and Wicket gives:
>
>
> org.apache.wicket.util.io.SerializableChecker$WicketNotSerializableException:
> Unable to serialize class: java.util.HashMap$Entry
>
> This does not make sense, I would expect hashmap entries to be fully
> serializable .. not? Any quick workarounds?
>
> **
> Martin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to