Skip to main content
Version: 5.3.0.0

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​

See creation of Scriptlet.

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.