Alright, if I pass LinkedListMultiMap instance into my IDataProvider implementation, MyDataProvider, Wicket is able to persist. Whereas, if I pass the List instance from LinkedListMultiMap.get(...), Wicket will throw the unserializable exception. I presume something in LinkedListMultimap$1 made it not serializable. My initial thought that LinkedListMultimap$1 was a serializable List was wrong. -- View this message in context: http://www.nabble.com/Unable-to-serialize-class-com.google.common.collect.LinkedListMultimap%241-tp19027449p19029050.html Sent from the Wicket - User mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
