Change note

This commit is contained in:
Chris Smowton
2025-01-06 14:44:12 +00:00
parent 5c2df36786
commit d0eab598b1

View File

@@ -0,0 +1,4 @@
---
category: fix
---
* Classes that define a `writeReplace` method are no longer flagged by the `java/missing-no-arg-constructor-on-serializable` query on the assumption they are unlikely to be deserialized using the default algorithm.