| Package | Description |
|---|---|
| org.mule.runtime.core.api.serialization | |
| org.mule.runtime.core.internal.serialization | |
| org.mule.runtime.core.transformer.simple |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSerializationProtocol
Base class for implementations of
SerializationProtocol This class implements all the base behavioral
contract allowing its extensions to only care about the actual serialization/deserialization part. |
| Modifier and Type | Method and Description |
|---|---|
SerializationProtocol |
ObjectSerializer.getExternalProtocol()
Provides access to the serialization protocol used for external consumption, that is, when objects are serialized
on the container to be consumed later outside the container.
|
SerializationProtocol |
JavaObjectSerializer.getExternalProtocol() |
SerializationProtocol |
ObjectSerializer.getInternalProtocol()
Provides access to the serialization protocol used for internal consumption, that is, when objects are serialized
on the container to reuse them later inside the container.
|
SerializationProtocol |
JavaObjectSerializer.getInternalProtocol() |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaExternalSerializerProtocol
Implementation of
SerializationProtocol that uses Java's default serialization mechanism. |
| Modifier and Type | Method and Description |
|---|---|
protected SerializationProtocol |
ByteArrayToSerializable.getSerializationProtocol() |
protected SerializationProtocol |
ByteArrayToMuleMessage.getSerializationProtocol() |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.