Can I pass an Image object from a remote server to the client using RMI?
Created Feb 18, 2001
Edward Harned
The Javadoc, (too long to put here), for this interface explains what it is and how to
use it.
For what class? The basic rule for passing objects by RMI is that the class must implement the java.io.Serializable Interface.
java.awt.image.BufferedImage, no.
javax.swing.ImageIcon, yes.