ExpectBinaryData

If this option is set to true, the recorder will generate a "bin-cast" for every use of the variable which is generated by this rule. This is necessary with the introduction of dynamic strings, if it is expected that the parsing result will contain binary data.

Instead of "SomeText" + gsParsedValue + "some other text", the recorder will generate "SomeText" + bin(gsParsedValue) + "some other text".

Default: false