All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rules.AvoidDefaultSerializableInInnerClasses.md Maven / Gradle / Ivy


Prevent the use of default serialization methods on inner classes. If an inner class needs to implement the Serializable interface, then it *must* implement both `writeObject()` and `readObject()` methods.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy