I fixed these: >Folder.java:43 org.apache.pivot.io.Folder$FileNameComparator >implements Comparator but not Serializable >FileList.java:32 org.apache.pivot.io.FileList$FilePathComparator >implements Comparator but not Serializable
The rest are OK. I also made ListAdapter, MapAdapter, and SetAdapter (in org.apache.pivot.collections.adapter) Serializable. I did not make FilteredList or MapList Serializable, since they are more complex and I'm not sure there is an especially strong use case for doing so.
