According to Oracle its not advisable to serialize lamdbas, it's possible to use serialized lambdas with Hazelcast and I'm wondering how it deals with this, are there issues around duplication of lambda classes? e.g. the wrong code might be executed when generated classes for lambdas are duplicated. Im most interested in using the distributed executor and distributed map implementations.According to Oracle its not advisable to serial