< prev index next >

src/java.naming/share/classes/com/sun/jndi/ldap/LdapName.java

Print this page

        

*** 356,366 **** /** * Serializes only the unparsed DN, for compactness and to avoid * any implementation dependency. * ! * @serialdata The DN string and a boolean indicating whether * the values are case sensitive. */ private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException { s.writeObject(toString()); --- 356,366 ---- /** * Serializes only the unparsed DN, for compactness and to avoid * any implementation dependency. * ! * @serialData The DN string and a boolean indicating whether * the values are case sensitive. */ private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException { s.writeObject(toString());
< prev index next >