<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Interface sunw.io.Serializable
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-sunw.io.html">This Package</a>  <a href="Package-sunw.io.html">Previous</a>  <a href="Package-sunw.io.html">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Interface sunw.io.Serializable
</h1>
<dl>
  <dt> public interface <b>Serializable</b>
  <dt> extends <a href="java.io.Serializable.html#_top_">Serializable</a>
</dl>
<b> Note: Serializable is deprecated.</b>
<i>This is a compatibility type to allow Java Beans that
 were developed under JDK 1.0.2 to run correctly under JDK 1.1.  The
 corresponding JDK1.1 type is java.io.Serializable</i>
<p>
FOR BACKWARD COMPATIBILITY ONLY - DO NOT USE.
 <p>
 This is a backwards compatibility class to allow Java Beans that
 were developed under JDK 1.0.2 to run correctly under JDK 1.1
 <p>
 To allow beans development under JDK 1.0.2, JavaSoft delivered three
 no-op interfaces/classes (sunw.io.Serializable, sunw.util.EventObject
 and sunw.util.EventListener) that could be downloaded into JDK 1.0.2
 systems and which would act as placeholders for the real JDK 1.1
 classes.
 <p>
 Now under JDK 1.1 we provide versions of these classes and interfaces
 that inherit from the real version in java.util and java.io.  These
 mean that beans developed under JDK 1.0.2 against the sunw.* classes
 will now continue to work on JDK 1.1 and will (indirectly) inherit
 from the appropriate java.* interfaces/classes.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="java.io.Serializable.html#_top_">Serializable</a>
</dl>
<hr>
<a name="index"></a>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-sunw.io.html">This Package</a>  <a href="Package-sunw.io.html">Previous</a>  <a href="Package-sunw.io.html">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
