| Interface | Description |
|---|---|
| ObjectSerializer |
Provides access to the different
SerializationProtocol used in the container. |
| SerializationProtocol |
Defines a component capable to serialize/deserialize objects into/from an array of
bytes. |
| Class | Description |
|---|---|
| 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. |
| JavaObjectSerializer |
Serializes objects using the default Java serialization mechanism provided by writeObject and readObject methods.
|
| Exception | Description |
|---|---|
| SerializationException |
Exception to signal an error during serialization/deserialization process
|
| Annotation Type | Description |
|---|---|
| DefaultObjectSerializer |
A
Qualifier annotation for injecting the ObjectSerializer which has been selected as the default in the
MuleConfiguration |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.