| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SerializerConfig | 
SerializerConfig.setClass(Class<? extends Serializer> clazz)
Sets the class of the serializer implementation. 
 | 
SerializerConfig | 
SerializerConfig.setClassName(String className)
Sets the class name of the serializer implementation. 
 | 
SerializerConfig | 
SerializerConfig.setImplementation(Serializer implementation)
Sets the serializer implementation instance. 
 | 
SerializerConfig | 
SerializerConfig.setTypeClass(Class typeClass)
Sets the type of the class that will be serialized via this implementation. 
 | 
SerializerConfig | 
SerializerConfig.setTypeClassName(String typeClassName)
This method is called only if typeClass is not set. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<SerializerConfig> | 
SerializationConfig.getSerializerConfigs()  | 
| Modifier and Type | Method and Description | 
|---|---|
SerializationConfig | 
SerializationConfig.addSerializerConfig(SerializerConfig serializerConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
SerializationConfig | 
SerializationConfig.setSerializerConfigs(Collection<SerializerConfig> serializerConfigs)  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.