| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.module.cluster.internal.serialization |
| Modifier and Type | Method and Description |
|---|---|
static <T> ClusterDistributedObject<T> |
ClusterDistributedObject.createSerializedForValue(T value,
org.mule.runtime.api.serialization.SerializationProtocol serializationProtocol)
Creates an instance for the given serialized with
serializationProtocol |
ClusterDistributedObject |
ClusterDistributedObject.deserialize(org.mule.runtime.api.serialization.SerializationProtocol serializationProtocol)
Creates a new instance of
ClusterDistributedObject holding a deserialized representation of the
distributedValue |
static <T> ClusterDistributedObject<T> |
ClusterDistributedObject.forSerializedValue(byte[] bytes)
Create an instance from the given serialized
bytes |
static <T> ClusterDistributedObject<T> |
ClusterDistributedObject.forValue(T value,
org.mule.runtime.api.serialization.SerializationProtocol serializationProtocol)
Creates an instance for the given which should be serialized with
serializationProtocol |
ClusterDistributedObject<Object> |
ClusterDistributedObjectSerializer.read(com.hazelcast.nio.ObjectDataInput in)
Reads a
DistributedValue and returns it as a ClusterDistributedObject |
protected <T> ClusterDistributedObject |
SerializationSaavyQueueSupport.serialize(T object)
Returns the
object as a ClusterDistributedObject |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterDistributedObjectSerializer.write(com.hazelcast.nio.ObjectDataOutput out,
ClusterDistributedObject object)
|
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.