I'm curious if the case would ever come up where someone wants to extend a Clusterable class but not want the extended class to itself be Clusterable.
Yeah, that's an interesting case. It is not supported by JDK's serialization but interestingly enough, it is by Terracotta. Eelco
