 | IGraphModelSerialize Method |
Called during .grs export, the implementation must return a string representation for the attribute.
For attribute type object or a user defined type, which is treated as object.
The serialized string must be parseable by Parse.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxstring Serialize(
Object attribute,
AttributeType attrType,
IGraph graph
)
Parameters
- attribute Object
-
- attrType AttributeType
-
- graph IGraph
-
Return Value
String
See Also