ImageStack serializable

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

ImageStack serializable

Blandine Chanteloup
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