On Tue, Apr 21, 2009 at 09:51, Michael Gerlich <[email protected]> wrote:
> after repeatedly parsing workflow files (creating Dataflow instances), I > wonder if it is possibly to store such a created Dataflow object on a > file for faster access once it was created. > My approach using Serializable failed, also the manual one with writing > a byte[] of a Dataflow object because of > java.io.NotSerializableException: > net.sf.taverna.t2.workflowmodel.impl.DataflowImpl. Just a quick question - what is it you intend to do with these serialized dataflows? The most obvious serialisation is the official XML format, but as that's where you started from I assume there's a reason why you don't want to do that. -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ taverna-hackers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/taverna-hackers Developers Guide: http://www.mygrid.org.uk/usermanual1.7/dev_guide.html FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq
