This commit is contained in:
Chris Smowton
2025-01-06 23:28:02 +01:00
committed by GitHub
parent 03c6529961
commit dd0012edcb

View File

@@ -25,7 +25,7 @@ where
not c.isPrivate()
) and
// Assume if an object replaces itself prior to serialization,
// then it is unlikely to be directly deserialized.
// then it is unlikely to be directly deserialized.
// That means it won't need to comply with default serialization rules,
// such as non-serializable super-classes having a no-argument constructor.
not exists(Method m |