Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration OutputType

The type of output file that will be generated by Builder.

Index

Enumeration members

Enumeration members

BINARY

BINARY: = 2

Protobuf exported binary stream. The same representation as the JSON versions but minified as much as possible for optimized transfer to remote machines. This is the only format that is not in any way human readable.

JSON

JSON: = 0

The protobuf JSON export formatted in a way that is easiest to read by users.

Recommended for development

JSON_MINIMAL

JSON_MINIMAL: = 1

The protobuf JSON export but minified to reduce the size of the file/stream.

Recommended for production

XML

XML: = 3

Only supported on legacy Windows releases.

deprecated

Recent versions of W.I.S.E. v6 and all releases of W.I.S.E. v7 do not support XML.