Numerical Matrix Format
User Reference
SERIALIZE (Save)

MATRIX Array Level: 1

The SERIALIZE array SAVES the entire design environment to a Workspace file (*.wrk).

Note
The workspace file is considered a "cooked database" which is optimized and contains everything (all graphical objects, layers, nets, attributes, settings, and more).
Workspace files (*.wrk) are fully compatible with these leading software tools: FAB 3000, ACE Translator 3000, CAM Library, PCB Preflight and Free Desktop Viewer.
Fields in the SERIALIZE array
Description
FILE Path to save the Workspace file (*.wrk). When saving workspace files, RELATIVE paths are always preferred and much safer.

Example: The matrix example below will create a serialized Workspace File (*.wrk).

SERIALIZE{
FILE=CustomerStatus/pcb2311.wrk
}

XML example:

<SERIALIZE>
<FILE>CustomerStatus/pcb2311.wrk</FILE>
</SERIALIZE>

JSON example:

"SERIALIZE": {
"FILE": "CustomerStatus/pcb2311.wrk"
}