Bonjour, I think your question would be better directed to the 2d-dev list:
http://mail.openjdk.java.net/mailman/listinfo/2d-dev Merci, Brian On Mar 9, 2015, at 7:58 PM, Jean-François Savard <j-f.sav...@hotmail.com> wrote: > I believe java.awt.image.BufferedImage (and all java images type) are not > serializable simply because it is illogical to serializable an Image file, as > the point of serializing is to keep something as a file independent of the > JVM. Which is already the case for a normal image file. > Would you please confirm ?