| Package | Description |
|---|---|
| org.mule.runtime.api.serialization |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
SerializationProtocol.deserialize(byte[] bytes)
Deserializes the given bytes.
|
<T> T |
SerializationProtocol.deserialize(byte[] bytes,
ClassLoader classLoader)
Deserializes the given bytes.
|
<T> T |
SerializationProtocol.deserialize(InputStream inputStream)
Deserializes the given stream of bytes.
|
<T> T |
SerializationProtocol.deserialize(InputStream inputStream,
ClassLoader classLoader)
Deserializes the given stream of bytes.
|
byte[] |
SerializationProtocol.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 |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.