
resources.report.rules.spotbugs.DMI_NONSERIALIZABLE_OBJECT_WRITTEN.html Maven / Gradle / Ivy
DMI_NONSERIALIZABLE_OBJECT_WRITTEN
DMI: Non serializable object written to ObjectOutput (DMI_NONSERIALIZABLE_OBJECT_WRITTEN)
This code seems to be passing a non-serializable object to the ObjectOutput.writeObject method.
If the object is, indeed, non-serializable, an error will result.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy