Problems with serialization of "Task"

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
wiesi
Posts: 27
Joined: Thu Aug 21, 2003 4:49 pm

Problems with serialization of "Task"

Post by wiesi » Thu Aug 21, 2003 4:55 pm

Hi everyone :D ,

I am having a little problem with JFreeChart v0.9.8. I am creating
a object "TaskSeriesCollection" which adds a "TaskSeries" and this one adds some "Task"s. That object I want to submit over network to a applet with a "ObjectOutputStream". The problem is that "Task" is not serializable and now i can´t transfer it through my socket. Any solutions for that or do I need to transfer all the details to the applet and assemble the object at that side?

Regards
Wiesi

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Thu Aug 21, 2003 5:47 pm

I've added Serialization to most classes, but that one hasn't been done. Let me know if you spot some others.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked