< prev index next >

src/java.desktop/share/classes/sun/awt/shell/ShellFolder.java

Print this page

        

*** 65,75 **** * of <code>ShellFolder</code> are ever serialized. If <code>isFileSystem()</code> returns * <code>true</code>, then the object should be representable with an instance of * <code>java.io.File</code> instead. If not, then the object is most likely * depending on some internal (native) state and cannot be serialized. * ! * @returns a <code>java.io.File</code> replacement object, or <code>null</code> * if no suitable replacement can be found. */ protected abstract Object writeReplace() throws java.io.ObjectStreamException; /** --- 65,75 ---- * of <code>ShellFolder</code> are ever serialized. If <code>isFileSystem()</code> returns * <code>true</code>, then the object should be representable with an instance of * <code>java.io.File</code> instead. If not, then the object is most likely * depending on some internal (native) state and cannot be serialized. * ! * @return a java.io.File replacement object, or null * if no suitable replacement can be found. */ protected abstract Object writeReplace() throws java.io.ObjectStreamException; /**
< prev index next >