Lines Matching defs:serializable

74     /** serialPersistentFields value indicating no serializable fields */
116 private boolean serializable;
163 /** serializable fields */
169 /** reflector for setting/getting serializable field values */
279 * Return an array of the fields of this serializable class.
311 * is non-serializable and "all" is set to false.
315 * return descriptors for serializable classes
460 serializable = Serializable.class.isAssignableFrom(cl);
467 if (serializable) {
533 name, "unmatched serializable field(s) declared");
557 serializable = true;
593 serializable = model.serializable;
613 if (serializable == localDesc.serializable &&
631 if ((serializable == localDesc.serializable) &&
638 if ((serializable != localDesc.serializable) ||
640 !(serializable || externalizable))
686 name, "serializable and externalizable flags conflict");
688 serializable = externalizable || sflag;
731 } else if (serializable) {
786 * (e.g., if the class declares serializable fields that do not correspond
816 * Returns arrays of ObjectStreamFields representing the serializable
826 * Looks up a serializable field of the represented class by name and type.
878 return serializable;
890 * Returns true if class descriptor represents serializable (but not
899 * Returns true if represented class is serializable/externalizable and can
902 * non-externalizable and its first non-serializable superclass defines an
910 * Returns true if represented class is serializable (but not
919 * Returns true if represented class is serializable (but not
928 * Returns true if represented class is serializable (but not
937 * Returns true if represented class is serializable or externalizable and
945 * Returns true if represented class is serializable or externalizable and
955 * class is serializable, invokes the no-arg constructor of the first
956 * non-serializable superclass. Throws UnsupportedOperationException if
958 * class is non-serializable or if the appropriate no-arg constructor is
978 * Invokes the writeObject method of the represented serializable class.
981 * non-serializable or does not define writeObject.
1006 * Invokes the readObject method of the represented serializable class.
1009 * non-serializable or does not define readObject.
1037 * Invokes the readObjectNoData method of the represented serializable
1040 * non-serializable or does not define readObjectNoData.
1065 * Invokes the writeReplace method of the represented serializable class and
1068 * non-serializable or does not define writeReplace.
1094 * Invokes the readResolve method of the represented serializable class and
1097 * non-serializable or does not define readResolve.
1162 // locate closest non-serializable superclass
1219 * Returns number of non-primitive serializable fields of represented
1227 * Fetches the serializable primitive field values of object obj and
1237 * Sets the serializable primitive fields of object obj using values
1247 * Fetches the serializable object field values of object obj and stores
1256 * Sets the serializable object fields of object obj using values from
1265 * Calculates and sets serializable field offsets, as well as primitive
1356 * Returns subclass-accessible no-arg constructor of first non-serializable
1545 * Returns ObjectStreamField array describing the serializable fields of
1549 * declared) serializable fields are invalid.
1571 * Returns serializable fields of given class as defined explicitly by a
1578 * InvalidClassException if the declared serializable fields are
1610 "multiple serializable fields named " + fname);
1636 * serializable fields exist, NO_FIELDS is returned.
1854 * Class for setting and retrieving serializable field values in batch.
1918 * to locally defined serializable fields.
1925 * Fetches the serializable primitive field values of object obj and
1980 * Sets the serializable primitive fields of object obj using values
2034 * Fetches the serializable object field values of object obj and
2060 * Sets the serializable object fields of object obj using values from
2102 * Matches given set of serializable fields with serializable fields
2217 * Matches given set of serializable fields with serializable fields