Serial question

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
developer

Serial question

Post by developer » Thu Feb 13, 2003 6:28 pm

I'm having a problem trying to xfer a ChartFrame or ChartPanel via writeObject/readObject. The frame/panel appear to be serializable however it continues to error with

java.io.NotSerializableException : java.awt.geom.Rectangle2D$Double..

I assume this is from the method of "draw" but...

Anyone give me some insight if I need to override any methods or trainsent anything ?

Thanks in advance

Locked