Why is java.awt.image.BufferedImage not serializable ?

Brian Burkhalter brian.burkhalter at oracle.com
Tue Mar 10 16:59:02 UTC 2015


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.savard at 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 ?




More information about the core-libs-dev mailing list