You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with Apache Wicket which demands that all objects in a Page are serializable. So it would be nice to be able to get a serializable Wrapper. In my case I have a java.util.HashSet which is serializable. When I wrap this into a scala.collection.Set, I receive a JSetWrapper which is not serializable and this is the reason why Wicket starts to bleat later on.
The text was updated successfully, but these errors were encountered:
I'm working with Apache Wicket which demands that all objects in a Page are serializable. So it would be nice to be able to get a serializable Wrapper. In my case I have a java.util.HashSet which is serializable. When I wrap this into a scala.collection.Set, I receive a JSetWrapper which is not serializable and this is the reason why Wicket starts to bleat later on.
The text was updated successfully, but these errors were encountered: