public interface ObjectSerializer
SerializationProtocol used in the container.| 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.
|
SerializationProtocol getInternalProtocol()
SerializationProtocol getExternalProtocol()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.