src/share/classes/com/sun/tools/javadoc/SerializedForm.java

changeset 1359
25e14ad23cef
parent 1357
c75be5bc5283
child 1372
78962d89f283
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
56 * a. For Serializable, the name,type and description 56 * a. For Serializable, the name,type and description
57 * of each Serializable fields. 57 * of each Serializable fields.
58 * b. For Externalizable, data layout is described by 2(b). 58 * b. For Externalizable, data layout is described by 2(b).
59 * </pre> 59 * </pre>
60 * 60 *
61 * <p><b>This is NOT part of any supported API.
62 * If you write code that depends on this, you do so at your own risk.
63 * This code and its internal interfaces are subject to change or
64 * deletion without notice.</b>
65 *
61 * @since 1.2 66 * @since 1.2
62 * @author Joe Fialli 67 * @author Joe Fialli
63 * @author Neal Gafter (rewrite but not too proud) 68 * @author Neal Gafter (rewrite but not too proud)
64 */ 69 */
65 class SerializedForm { 70 class SerializedForm {

mercurial