anonymous class not serializable

Spent a while tracking down a serializable error. Took me a while to discover that anonymous classes are not serializable, even if they are implementing an interface that extends serializable. Wasn’t really a problem from me but did take a while to find.


About this entry