Uses of Interface
com.hazelcast.nio.serialization.PortableFactory
Packages that use PortableFactory
-
Uses of PortableFactory in com.hazelcast.config
Methods in com.hazelcast.config that return types with arguments of type PortableFactoryModifier and TypeMethodDescriptionSerializationConfig.getPortableFactories()
Deprecated, for removal: This API element is subject to removal in a future version.Portable Serialization has been deprecated.Methods in com.hazelcast.config with parameters of type PortableFactoryModifier 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.Method parameters in com.hazelcast.config with type arguments of type PortableFactoryModifier 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.