Login  Register

ImageStack serializable

Posted by Blandine Chanteloup on Jan 08, 2007; 2:14pm
URL: http://imagej.273.s1.nabble.com/ImageStack-serializable-tp3700672.html

Hello and happy new year to everybody :)

I'm implementing an object in java using the ImageStack class.
This object required to be a serializable one.
The compilation of my code is ok but not the execution.

Does anybody know if it is possible to use ImageStack class as serializable and how?

Thanks

Blandine