Dear Support,
I have implemented xml writer and reader from one of the example from the samples. I have managed to write XML . I can get the correct XML as per graph on goDocument. But when i try to load(or read) the XML, I still get number of nodes same as that of original graph but their labels get changed. The same code which i implemented in my visual studio project gives correct writing and reading of xml for simple nodes(i.e. standard nodes as GoBoxNode, GoNode etc.). But when i change node class to my own cutomised class( which is inherited from GoBoxNode and has extra text boxes in it), it does not show labels properly though it creates(i.e. writes) XML with all nodes their properties: lebels, ports and links properly(which can be seen in XML). But when I try to read the XML and create a graph, it places labels wrongly though number of nodes created and their locations are same as that of original graph.
Could you please tell me what has went wrong in my class or its initialisation.
Thanks and regards,
Yogesh