See Also: NotSerializableException Members
Signals that an object that is not serializable has been passed into the ObjectOutput.writeObject() method. This can happen if the object does not implement Serializable or Externalizable, or if it is serializable but it overrides writeObject(ObjectOutputStream) and explicitly prevents serialization by throwing this type of exception.