public abstract class SerializationSaavyQueueSupport extends Object
ClusterDistributedObject to serialized the objects| Modifier | Constructor and Description |
|---|---|
protected |
SerializationSaavyQueueSupport(org.mule.runtime.api.serialization.ObjectSerializer objectSerializer) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
deserialize(Object object)
if
object is an instance of ClusterDistributedObject then it deserializes it and returns its value. |
protected <T> ClusterDistributedObject |
serialize(T object)
Returns the
object as a ClusterDistributedObject |
protected SerializationSaavyQueueSupport(org.mule.runtime.api.serialization.ObjectSerializer objectSerializer)
protected <T> ClusterDistributedObject serialize(T object)
object as a ClusterDistributedObjectT - the type of the valueobject - the value to serializedClusterDistributedObjectprotected <T> T deserialize(Object object)
object is an instance of ClusterDistributedObject then it deserializes it and returns its value. Otherwise
it returns the same object that first came inT - the type of the objectobject - an object to be deserializedCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.