mirror of
https://github.com/corda/corda.git
synced 2025-02-02 09:18:13 +00:00
9fe41b2afc
The result of Class.getInterfaces should not include interfaces declared to be implemented/extended by superclasses/superinterfaces, only those declared by the class itself. This is important because it influences how java.io.ObjectStreamClass calculates serial version IDs.