non Printable Style
When a String object contains non-printable characters, they are escaped with \\u or \\x notation. Sometimes it is better to transform this data to binary (with the !!binary tag). String objects with printable data are not affected by this setting. Set this to BINARY to force non-printable String to represented as binary (byte array).