Uses of Interface
com.hazelcast.nio.serialization.ClassDefinition
Packages that use ClassDefinition
Package
Description
Provides classes for configuring HazelcastInstance.
Contains interfaces/classes related to serialization,
such as serializer interfaces, input/output streams.
This package contains APIs for the GenericRecords.
-
Uses of ClassDefinition in com.hazelcast.config
Methods in com.hazelcast.config that return types with arguments of type ClassDefinitionModifier and TypeMethodDescriptionSerializationConfig.getClassDefinitions()
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 ClassDefinitionModifier and TypeMethodDescriptionSerializationConfig.addClassDefinition
(ClassDefinition classDefinition) 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 ClassDefinitionModifier and TypeMethodDescriptionSerializationConfig.setClassDefinitions
(Set<ClassDefinition> classDefinitions) Deprecated, for removal: This API element is subject to removal in a future version.Portable Serialization has been deprecated. -
Uses of ClassDefinition in com.hazelcast.nio.serialization
Methods in com.hazelcast.nio.serialization that return ClassDefinitionModifier and TypeMethodDescriptionClassDefinitionBuilder.build()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.hazelcast.nio.serialization with parameters of type ClassDefinitionModifier and TypeMethodDescriptionClassDefinitionBuilder.addPortableArrayField
(String fieldName, ClassDefinition classDefinition) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.addPortableField
(String fieldName, ClassDefinition classDefinition) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ClassDefinition in com.hazelcast.nio.serialization.genericrecord
Methods in com.hazelcast.nio.serialization.genericrecord with parameters of type ClassDefinitionModifier and TypeMethodDescriptionstatic GenericRecordBuilder
GenericRecordBuilder.portable
(ClassDefinition classDefinition) Creates a Builder that will build aGenericRecord
inPortable
format with a new class definition: