SerializableToByteArray
converts a serializable object or a String to a byte array. If MuleMessage
is configured as a source type on this transformer by calling setAcceptMuleMessage(true)
then the MuleMessage will be serialised. This is useful for transports such as TCP where the message headers would normally be lost.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|