Class ConfigDeserializationUtil

java.lang.Object
com.hazelcast.config.ConfigDeserializationUtil

@PrivateApi public final class ConfigDeserializationUtil extends Object
Handles deserialization of generic objects provided by users. For example, user may specify implementation field to custom object, then it is serialized and deserialized on other member. If that member does not contain given class, a very cryptic/uninformative exception is thrown. This utility wraps it, giving more context.