Package | Description |
---|---|
com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization,
such as serializer interfaces, input/output streams.
|
Modifier and Type | Method and Description |
---|---|
static FieldKind |
FieldKind.get(int type) |
FieldKind |
GenericRecord.getFieldKind(String fieldName) |
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.
|
Copyright © 2022 Hazelcast, Inc.. All rights reserved.