Convert message to string with serializer name
Description
This scriptlet converts the input message into a string format using a specific serializer, identified by its name. The serializer specified by the name is used to process the message and produce its string representation
Create
Configuration
Properties and Parameter assignment
The assignment sections define the assignment of variables between the script and the process model.
The following parameters are required:
- MSG is an input parameter. The input value contains the structured message.
- Result is an output parameter. the output value contains the binary message containing the byte stream created by the serializer.
