Some of our keys/values are properly immutable Java objects (with final), and it appears that the java Serialization is the only way these can be serialized. Looking at BinaryClassDescriptor#newInstance it appears a no-args constructor is the only supported method, and the BinaryConfiguration does not support any kind of instantiation strategy.
Is this just "not implemented" or is there some particular reason why this is not supported ? Kristian
