A symbol used as an option to addSaveMethod, addLoadMethod, and saveMRDI to specify which namespace to use.
Different namespaces allow the same MRDI file format to represent objects from different computer algebra systems. The "Macaulay2" and "Oscar" namespaces are built in. Custom namespaces can be registered with addNamespace.
When passed to saveMRDI, this determines which set of save methods is used and what appears in the _ns field of the JSON output.
When passed to addSaveMethod or addLoadMethod, this determines which namespace the method is registered under.
The same object can be serialized under different namespaces.
|
|
The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/MRDI.m2:892:0.