< prev index next >

src/java.desktop/share/classes/java/beans/XMLEncoder.java

Print this page

        

*** 191,202 **** * sub-type of the array and its length respectively. * </ul> * *<p> * For more information you might also want to check out ! * <a ! href="http://java.sun.com/products/jfc/tsc/articles/persistence4">Using XMLEncoder</a>, * an article in <em>The Swing Connection.</em> * @see XMLDecoder * @see java.io.ObjectOutputStream * * @since 1.4 --- 191,202 ---- * sub-type of the array and its length respectively. * </ul> * *<p> * For more information you might also want to check out ! * <a href="http://www.oracle.com/technetwork/java/persistence4-140124.html"> ! * Using XMLEncoder</a>, * an article in <em>The Swing Connection.</em> * @see XMLDecoder * @see java.io.ObjectOutputStream * * @since 1.4
*** 436,446 **** * initializing a persistence delegate or setting up an encoder to * read from a resource bundle. * <P> * For more information about using resource bundles with the * XMLEncoder, see ! * http://java.sun.com/products/jfc/tsc/articles/persistence4/#i18n * * @param oldExp The expression that will be written * to the stream. * @see java.beans.PersistenceDelegate#initialize */ --- 436,447 ---- * initializing a persistence delegate or setting up an encoder to * read from a resource bundle. * <P> * For more information about using resource bundles with the * XMLEncoder, see ! * <a href="http://www.oracle.com/technetwork/java/persistence4-140124.html#i18n"> ! * Creating Internationalized Applications</a>, * * @param oldExp The expression that will be written * to the stream. * @see java.beans.PersistenceDelegate#initialize */
< prev index next >