This is the anonymous inner class inside the LinkedListMultimap class which is not Serializable (LinkedListMultimap*$1*) Best regards
Pierre TH Lim a écrit : > Hi, > > I am using Google collections with Wicket 1.3.4 and hit with this > serialization error. > > ERROR - Objects - Error serializing object class > web.AdminPage [object=[Page class = web.AdminPage, id = 5, version = 0]] > org.apache.wicket.util.io.SerializableChecker$WicketNotSerializableException: > Unable to serialize class: com.google.common.collect.LinkedListMultimap$1 > > I am pretty sure LinkedListMultimap is Serializable and I even did a test > i.e. obj instaceof Serializable > > What am I missing here? Any input? Thanks. > > /lim/ > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
