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

Jean-François Savard j-f.savard at hotmail.com
Tue Mar 10 02:58:04 UTC 2015


Hi,

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