Back to Intellij Community

SerializableCanHaveDefaultSerialUID

java/java-impl/resources/inspectionDescriptions/SerializableCanHaveDefaultSerialUID.html

2025.3-rc-2313 B
Original Source

Reports inheritors of Serializable whose serialVersionUID differs from the default generated ones. This can happen when you use a custom scheme for serialVersionUID or when something in the class changed since the previous modification of serialVersionUID, which can lead to problems during deserialization.