Convert message to binary with serializer name
Description
This scriptlet converts the input message into a binary format using a specific serializer, identified by its name. The serializer is selected based on the provided name and is used to process the message into its binary 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.
