Netron
-
Hi I am busy going through netron application so i want to know if is possible to save netron graphs as an xml and how.i have gone though it several times but i can figure it out as is too complex.
Mamphekgo
-
Hi I am busy going through netron application so i want to know if is possible to save netron graphs as an xml and how.i have gone though it several times but i can figure it out as is too complex.
Mamphekgo
mamphekgojakes wrote:
i want to know if is possible to save netron graphs as an xml and how
Possibly, but since I don't know what a netron graph is I can't help much. Perhaps if you explained what one is.
Upcoming FREE developer events: * Glasgow: db4o: An Embeddable Database Engine for Object-Oriented Environments, Mock Objects, SQL Server CLR Integration, Reporting Services ... My website
-
Hi I am busy going through netron application so i want to know if is possible to save netron graphs as an xml and how.i have gone though it several times but i can figure it out as is too complex.
Mamphekgo
Which version of Netron? Unloaded, Unfold, new Netron, old Netron? Off the top of my head, I can't remember if Netron ships with an XML serializer, but if it doesn't then one way that you could do it is to iterate through the Shapes collection of the graph and write out the attributes from the serialization context.
Deja View - the feeling that you've seen this post before.
-
Which version of Netron? Unloaded, Unfold, new Netron, old Netron? Off the top of my head, I can't remember if Netron ships with an XML serializer, but if it doesn't then one way that you could do it is to iterate through the Shapes collection of the graph and write out the attributes from the serialization context.
Deja View - the feeling that you've seen this post before.
Is netron 3
Mamphekgo
-
Is netron 3
Mamphekgo
OK - then you are probably going to have to write your own code I'm afraid. Basically, you will need to iterate through the shape collection building up the shape Xml document as you go.
Deja View - the feeling that you've seen this post before.