| Package | Description |
|---|---|
| org.mule.runtime.core.internal.transformer.simple |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectToByteArray
ObjectToByteArray converts serilaizable object to a byte array but treats java.lang.String
differently by converting to bytes using the String.getBytes() method. |
class |
ObjectToInputStream
ObjectToInputStream converts Serializable objects to an InputStream but treats java.lang.String,
byte[] and org.mule.runtime.core.message.OutputHandler differently by using their byte[] content
rather thqn Serializing them. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.