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.2
Syntax
C#
string Serialize(
	Object attribute,
	AttributeType attrType,
	IGraph graph
)

Parameters

attribute
Type: SystemObject
attrType
Type: de.unika.ipd.grGen.libGrAttributeType
graph
Type: de.unika.ipd.grGen.libGrIGraph

Return Value

Type: String
See Also