Skip to main content
Version: 5.3.0.0

Serialize structured message to binary message

Description​

This scriptlet takes an Orchestra message and converts it to a binary message using a serializer. The serializer can be configured individually in the configuration dialog of this scriptlet.

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 / output parameter. The input value contains the structured message, the output value contains the binary message containing the byte stream created by the serializer.
  • MASSDATA: Define if the created messages should be used the massdatamode( = true) or not (=false)