mirror of
https://github.com/corda/corda.git
synced 2025-02-11 21:26:23 +00:00
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.