/[classpath]/classpath/java/io/Externalizable.java
ViewVC logotype

Diff of /classpath/java/io/Externalizable.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by mkoch, Sun Oct 12 15:49:19 2003 UTC revision 1.13 by jfrijters, Tue Jan 18 09:52:43 2005 UTC
# Line 60  package java.io; Line 60  package java.io;
60   */   */
61  public interface Externalizable extends Serializable  public interface Externalizable extends Serializable
62  {  {
   long serialVersionUID = -282491828744381764L;  
   
63    /**    /**
64     * This method restores an object's state by reading in the instance data     * This method restores an object's state by reading in the instance data
65     * for the object from the passed in stream.  Note that this stream is not     * for the object from the passed in stream.  Note that this stream is not

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26