|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SerializableToByteArray | |
|---|---|
| org.mule.transformer.simple | Basic transformer implementations. |
| Uses of SerializableToByteArray in org.mule.transformer.simple |
|---|
| Subclasses of SerializableToByteArray in org.mule.transformer.simple | |
|---|---|
class |
ObjectToByteArray
ObjectToByteArray converts serilaizable object to a byte array but
treats java.lang.String differently by converting to bytes using
the String.getBytrs() method. |
class |
ObjectToInputStream
ObjectToInputStream converts Serializable objects to an InputStream
but treats java.lang.String, byte[] and
org.mule.api.transport.OutputHandler differently by using their
byte[] content rather thqn Serializing them. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||