Package | Description |
---|---|
com.hazelcast.internal.serialization |
Contains the private serialization API + implementation.
|
com.hazelcast.internal.serialization.impl | |
com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
Modifier and Type | Method and Description |
---|---|
<B extends Data> |
InternalSerializationService.convertData(Data data,
DataType type) |
<B extends Data> |
InternalSerializationService.toData(Object obj,
DataType type) |
<B extends Data> |
InternalSerializationService.toData(Object obj,
DataType type,
PartitioningStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
<B extends Data> |
SerializationServiceV1.convertData(Data data,
DataType type) |
<B extends Data> |
SerializationServiceV1.toData(Object obj,
DataType type) |
<B extends Data> |
SerializationServiceV1.toData(Object obj,
DataType type,
PartitioningStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.