Hi, my name is Fabio, Times ago, I've used a BufferedImage on my project, and I needed serialize it. The BufferedImage class doesn't implements the Serializable interface, so the easiest way to resolve my problem was wrap the BufferedImage.
But I noticed that many other people did have the same problem. And then I questioned: Why BufferedImage just dont implement the Serializable interface? I search over the internet and I didn't reach the answer. I hope that you guys can answer me :) Best regards, Fabio José Bohnenberger
