Lines Matching defs:serializable

77     /** serialPersistentFields value indicating no serializable fields */
119 private boolean serializable;
166 /** serializable fields */
172 /** reflector for setting/getting serializable field values */
286 * Return an array of the fields of this serializable class.
318 * is non-serializable and "all" is set to false.
322 * return descriptors for serializable classes
467 serializable = Serializable.class.isAssignableFrom(cl);
474 if (serializable) {
540 name, "unmatched serializable field(s) declared");
573 serializable = true;
612 if (model.serializable == osc.serializable &&
629 if ((model.serializable == osc.serializable) &&
635 if ((model.serializable != osc.serializable) ||
637 !(model.serializable || model.externalizable)) {
651 serializable = model.serializable;
702 name, "serializable and externalizable flags conflict");
704 serializable = externalizable || sflag;
747 } else if (serializable) {
812 * (e.g., if the class declares serializable fields that do not correspond
845 * Returns arrays of ObjectStreamFields representing the serializable
855 * Looks up a serializable field of the represented class by name and type.
911 return serializable;
924 * Returns true if class descriptor represents serializable (but not
934 * Returns true if represented class is serializable/externalizable and can
937 * non-externalizable and its first non-serializable superclass defines an
946 * Returns true if represented class is serializable (but not
956 * Returns true if represented class is serializable (but not
966 * Returns true if represented class is serializable (but not
976 * Returns true if represented class is serializable or externalizable and
985 * Returns true if represented class is serializable or externalizable and
996 * class is serializable, invokes the no-arg constructor of the first
997 * non-serializable superclass. Throws UnsupportedOperationException if
999 * class is non-serializable or if the appropriate no-arg constructor is
1020 * Invokes the writeObject method of the represented serializable class.
1023 * non-serializable or does not define writeObject.
1049 * Invokes the readObject method of the represented serializable class.
1052 * non-serializable or does not define readObject.
1081 * Invokes the readObjectNoData method of the represented serializable
1084 * non-serializable or does not define readObjectNoData.
1110 * Invokes the writeReplace method of the represented serializable class and
1113 * non-serializable or does not define writeReplace.
1140 * Invokes the readResolve method of the represented serializable class and
1143 * non-serializable or does not define readResolve.
1209 // locate closest non-serializable superclass
1266 * Returns number of non-primitive serializable fields of represented
1274 * Fetches the serializable primitive field values of object obj and
1284 * Sets the serializable primitive fields of object obj using values
1294 * Fetches the serializable object field values of object obj and stores
1304 * are assignable to the given serializable object fields.
1312 * Sets the serializable object fields of object obj using values from
1321 * Calculates and sets serializable field offsets, as well as primitive
1412 * 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
2061 * are assignable to the given serializable object fields.
2069 * Sets the serializable object fields of object obj using values from
2116 * Matches given set of serializable fields with serializable fields
2231 * Matches given set of serializable fields with serializable fields