Byte Array to Object Transformer - By Rahul Kumar
Byte Array To Object Transformer Converts a byte array to an object, either by de-serializing the array or converting it to a string)
Usage Place Byte Array to Object transformer from the place where you want to use transformation. returnClass attribute : The class of the message generated by the transformer. This is used if transformers are auto-selected and to validate that the transformer returns the correct type. Note that if you need to specify an array type you need postfix the class name with '[]'. For example, if you want return a an Orange[], you set the return class to 'org.mule.tck.testmodels.fruit.Orange[]'.
Thank You

Byte array to object transformer

  • 1.
    Byte Array toObject Transformer - By Rahul Kumar
  • 2.
    Byte Array ToObject Transformer Converts a byte array to an object, either by de-serializing the array or converting it to a string)
  • 3.
    Usage Place Byte Arrayto Object transformer from the place where you want to use transformation. returnClass attribute : The class of the message generated by the transformer. This is used if transformers are auto-selected and to validate that the transformer returns the correct type. Note that if you need to specify an array type you need postfix the class name with '[]'. For example, if you want return a an Orange[], you set the return class to 'org.mule.tck.testmodels.fruit.Orange[]'.
  • 4.