Uses of Class
com.hazelcast.nio.serialization.ClassDefinitionBuilder
Package
Description
Contains interfaces/classes related to serialization,
such as serializer interfaces, input/output streams.
-
Uses of ClassDefinitionBuilder in com.hazelcast.nio.serialization
Modifier and TypeMethodDescriptionClassDefinitionBuilder.addBooleanArrayField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.addBooleanField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.addByteArrayField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.addByteField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.addCharArrayField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.addCharField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.addDateArrayField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.Adds an array of Date's to the class definitionClassDefinitionBuilder.addDateField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.Adds a date field consisting of year, month of the year and day of the month to the class definitionClassDefinitionBuilder.addDecimalArrayField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.Adds an array of Decimal's to the class definitionClassDefinitionBuilder.addDecimalField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.Adds a decimal which is arbitrary precision and scale floating-point number to the class definitionClassDefinitionBuilder.addDoubleArrayField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.addDoubleField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.addFloatArrayField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.addFloatField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.addIntArrayField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.addIntField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.addLongArrayField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.addLongField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.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.ClassDefinitionBuilder.addShortArrayField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.addShortField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.addStringArrayField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.addStringField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.ClassDefinitionBuilder.addTimeArrayField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.Adds an array of Time's to the class definitionClassDefinitionBuilder.addTimeField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.Adds a time field consisting of hour, minute, seconds and nanos parts to the class definitionClassDefinitionBuilder.addTimestampArrayField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.Adds an array of Timestamp's to the class definitionClassDefinitionBuilder.addTimestampField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.Adds a timestamp field consisting of year, month of the year, day of the month, hour, minute, seconds, nanos parts to the class definitionClassDefinitionBuilder.addTimestampWithTimezoneArrayField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.Adds an array of TimestampWithTimezone's to the class definitionClassDefinitionBuilder.addTimestampWithTimezoneField
(String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.Adds a timestamp with timezone field consisting of year, month of the year, day of the month, offset seconds, hour, minute, seconds, nanos parts to the class definitionClassDefinitionBuilder.addUTFArrayField
(String fieldName) Deprecated.for the sake of better naming.ClassDefinitionBuilder.addUTFField
(String fieldName) Deprecated.for the sake of better naming.