Google Groups - 0 views
-
new ArrayCollection();
- ...6 more annotations...
-
You cannot serialize ListCollectionView instances directly. Use ArrayCollection instead in your constructor :
-
send a ListCollectionView object to a java method that accepts a java.util.List, I get a NoSuchMethodException.