Let's say I have class1 which is implementing Identified Serializable and created jar and put this library in Hazelcast/bin/user-lib. If I want to add new Identified Serializable class "class2" in that jar file then again I need to put it in the Hazelcast/bin/user-lib and need to restart all the member of the cluster then only I my client application can work properly with serialization/deserialization.
Is there any alternative to handle this scenario without cluster node restart every time I add new class?