jfreechart-fse
jfreechart-fse copied to clipboard
Series.listeners field should be transient
I think that org.jfree.data.general.Series.listeners
field should be declared transient and recreated in readObject
method. In all other places it is transient.