If not, maybe you could tell me why.
I get NotSerializableException when my class is being serialized.
Inside the class I am passing this anonymous class to a method:
new org.apache.commons.collections.Closure() {
...
};
The question is still unanswered. I want to know if there is a standard Closure interface that implements Serializable