Click or drag to resize

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.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
string Serialize(
	Object attribute,
	AttributeType attrType,
	IGraph graph
)

Parameters

attribute  Object
 
attrType  AttributeType
 
graph  IGraph
 

Return Value

String
See Also