Lines Matching refs:form

289     // Two serial forms are supported in this class. The selected form depends
290 // on system property "jmx.serial.form":
294 // Serial version for old serial form
297 // Serial version for new serial form
300 // Serializable fields in old serial form
311 // Serializable fields in new serial form
314 // Actual serial version and serial form
320 GetPropertyAction act = new GetPropertyAction("jmx.serial.form");
321 String form = AccessController.doPrivileged(act);
322 compat = (form != null && form.equals("1.0"));
440 final char[] canonical_chars = new char[len]; // canonical form will
805 // properties to reflect canonical form
1068 * <li>In the current serial form (value of property
1069 * <code>jmx.serial.form</code> differs from
1092 * <li>In the old serial form (value of property
1093 * <code>jmx.serial.form</code> is
1128 // Read an object serialized in the old serial form
1146 // Read an object serialized in the new serial form
1165 * <li>In the current serial form (value of property
1166 * <code>jmx.serial.form</code> differs from
1189 * <li>In the old serial form (value of property
1190 * <code>jmx.serial.form</code> is
1225 // Serializes this instance in the old serial form
1238 // Serializes this instance in the new serial form
1531 * <p>Returns the canonical form of the name; that is, a string
1535 * <p>More precisely, the canonical form of the name is a String
1554 * @return The canonical form of the name.
1763 * forms are equal. The canonical form is the string described
1770 * canonical form is equal to that of this ObjectName.
1787 // Because we are sharing canonical form between object names,
1802 * <p>Returns a quoted form of the given String, suitable for
1855 * <p>Returns an unquoted form of the given String. If