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