| Package | Description | 
|---|---|
| com.hazelcast.nio.serialization | 
 Contains interfaces/classes related to serialization,
 such as serializer interfaces, input/output streams. 
 | 
| com.hazelcast.nio.serialization.compact | 
 This package contains APIs for the Compact Serialization. 
 | 
| com.hazelcast.nio.serialization.genericrecord | 
 This package contains APIs for the GenericRecords. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static FieldKind | 
FieldKind.get(int type)  | 
static FieldKind | 
FieldKind.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static FieldKind[] | 
FieldKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FieldKind | 
CompactReader.getFieldKind(String fieldName)
Returns the kind of the field for the given field name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FieldKind | 
GenericRecord.getFieldKind(String fieldName)
Returns the kind of the field for the given field name. 
 | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.