Uses of Interface
com.hazelcast.nio.serialization.PortableFactory
-
Uses of PortableFactory in com.hazelcast.config
Modifier and TypeMethodDescriptionSerializationConfig.getPortableFactories()
Deprecated, for removal: This API element is subject to removal in a future version.Portable Serialization has been deprecated.Modifier and TypeMethodDescriptionSerializationConfig.addPortableFactory
(int factoryId, PortableFactory portableFactory) Deprecated, for removal: This API element is subject to removal in a future version.Portable Serialization has been deprecated.Modifier and TypeMethodDescriptionSerializationConfig.addPortableFactoryClass
(int factoryId, Class<? extends PortableFactory> portableFactoryClass) Deprecated, for removal: This API element is subject to removal in a future version.Portable Serialization has been deprecated.SerializationConfig.setPortableFactories
(Map<Integer, PortableFactory> portableFactories) Deprecated, for removal: This API element is subject to removal in a future version.Portable Serialization has been deprecated.