| Package | Description |
|---|---|
| org.mule.runtime.api.serialization |
| 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 |
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.
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.