Macaulay2
»
Documentation
Packages
»
MRDI
::
Index
next | previous | forward | backward | up |
index
|
toc
MRDI : Index
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
addLoadMethod
-- register a method for deserializing a type from MRDI format
addLoadMethod(...,Namespace=>...)
-- register a method for deserializing a type from MRDI format
addLoadMethod(List,Function)
-- register a method for deserializing a type from MRDI format
addLoadMethod(String,Function)
-- register a method for deserializing a type from MRDI format
addNamespace
-- register a namespace for MRDI serialization
addNamespace(String,String,String)
-- register a namespace for MRDI serialization
addSaveMethod
-- register a method for serializing a type to MRDI format
addSaveMethod(...,Name=>...)
-- register a method for serializing a type to MRDI format
addSaveMethod(...,Namespace=>...)
-- register a method for serializing a type to MRDI format
addSaveMethod(...,UseID=>...)
-- register a method for serializing a type to MRDI format
addSaveMethod(Type)
-- register a method for serializing a type to MRDI format
addSaveMethod(Type,Function)
-- register a method for serializing a type to MRDI format
addSaveMethod(Type,Function,Function)
-- register a method for serializing a type to MRDI format
loadMRDI
-- deserialize a Macaulay2 object from MRDI format
loadMRDI(HashTable)
-- deserialize a Macaulay2 object from MRDI format
loadMRDI(String)
-- deserialize a Macaulay2 object from MRDI format
MRDI
-- serialization using the mrdi file format
Namespace
-- option specifying the namespace for MRDI serialization
saveMRDI
-- serialize a Macaulay2 object to MRDI JSON format
saveMRDI(...,FileName=>...)
-- serialize a Macaulay2 object to MRDI JSON format
saveMRDI(...,Namespace=>...)
-- serialize a Macaulay2 object to MRDI JSON format
saveMRDI(...,ToString=>...)
-- serialize a Macaulay2 object to MRDI JSON format
saveMRDI(Thing)
-- serialize a Macaulay2 object to MRDI JSON format
ToString
-- serialize a Macaulay2 object to MRDI JSON format
UseID
-- register a method for serializing a type to MRDI format
validateMRDI
-- validate an MRDI JSON object against the format specification
validateMRDI(HashTable)
-- validate an MRDI JSON object against the format specification
validateMRDI(String)
-- validate an MRDI JSON object against the format specification
validateMRDI(Thing)
-- validate an MRDI JSON object against the format specification