Uses of Class
org.mule.transformer.simple.SerializableToByteArray

Packages that use SerializableToByteArray
org.mule.transformer.simple Basic transformer implementations. 
org.mule.transport.file.transformers Transformers for converting to and from the FileMessage type. 
 

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.
 

Uses of SerializableToByteArray in org.mule.transport.file.transformers
 

Subclasses of SerializableToByteArray in org.mule.transport.file.transformers
 class FileToByteArray
          FileToByteArray reads the contents of a file as a byte array.
 class FileToString
          FileToString reads file contents into a string.
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.