public interface ObjectSerializer
SerializationProtocol used in the container.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_OBJECT_SERIALIZER_NAME |
| Modifier and Type | Method and Description |
|---|---|
SerializationProtocol |
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 |
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.
|
static final String DEFAULT_OBJECT_SERIALIZER_NAME
SerializationProtocol getInternalProtocol()
SerializationProtocol getExternalProtocol()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.