| Package | Description |
|---|---|
| org.mule.runtime.core.api.serialization | |
| org.mule.runtime.core.internal.serialization |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
SerializationProtocol.deserialize(byte[] bytes)
Deserializes the given bytes.
|
<T> T |
AbstractSerializationProtocol.deserialize(byte[] bytes)
Deserializes the given bytes.
|
<T> T |
SerializationProtocol.deserialize(byte[] bytes,
ClassLoader classLoader)
Deserializes the given bytes.
|
<T> T |
AbstractSerializationProtocol.deserialize(byte[] bytes,
ClassLoader classLoader)
Deserializes the given bytes.
|
<T> T |
SerializationProtocol.deserialize(InputStream inputStream)
Deserializes the given stream of bytes.
|
<T> T |
AbstractSerializationProtocol.deserialize(InputStream inputStream)
Deserializes the given stream of bytes.
|
<T> T |
SerializationProtocol.deserialize(InputStream inputStream,
ClassLoader classLoader)
Deserializes the given stream of bytes.
|
<T> T |
AbstractSerializationProtocol.deserialize(InputStream inputStream,
ClassLoader classLoader)
Deserializes the given stream of bytes.
|
protected <T> T |
AbstractSerializationProtocol.postInitialize(T object) |
byte[] |
SerializationProtocol.serialize(Object object)
Serializes the given object into a an array of
bytes |
byte[] |
AbstractSerializationProtocol.serialize(Object object)
Serializes the given object into a an array of
bytes |
void |
SerializationProtocol.serialize(Object object,
OutputStream out)
Serializes the given object and writes the result into
out |
void |
AbstractSerializationProtocol.serialize(Object object,
OutputStream out)
Serializes the given object and writes the result into
out |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaExternalSerializerProtocol.serialize(Object object,
OutputStream out)
Serializes the given object and writes the result into
out |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.