< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/io/ObjectStreamClass.java

Print this page

        

*** 63,73 **** import org.omg.CORBA.ValueMember; import sun.corba.Bridge; /** ! * A ObjectStreamClass describes a class that can be serialized to a stream * or a class that was serialized to a stream. It contains the name * and the serialVersionUID of the class. * <br> * The ObjectStreamClass for a specific class loaded in this Java VM can * be found using the lookup method. --- 63,73 ---- import org.omg.CORBA.ValueMember; import sun.corba.Bridge; /** ! * An ObjectStreamClass describes a class that can be serialized to a stream * or a class that was serialized to a stream. It contains the name * and the serialVersionUID of the class. * <br> * The ObjectStreamClass for a specific class loaded in this Java VM can * be found using the lookup method.
*** 786,798 **** } /* Compare the base class names of streamName and localName. * * @return Return true iff the base class name compare. ! * @parameter streamName Fully qualified class name. ! * @parameter localName Fully qualified class name. ! * @parameter pkgSeparator class names use either '.' or '/'. * * Only compare base class name to allow package renaming. */ static boolean compareClassNames(String streamName, String localName, --- 786,798 ---- } /* Compare the base class names of streamName and localName. * * @return Return true iff the base class name compare. ! * @param streamName Fully qualified class name. ! * @param localName Fully qualified class name. ! * @param pkgSeparator class names use either '.' or '/'. * * Only compare base class name to allow package renaming. */ static boolean compareClassNames(String streamName, String localName,
< prev index next >