We are currently attaching extension objects to the tags of our Nevron shapes in our diagrams.
Accordingly we have been registering the classes with the PersistencyManager and serializing out as CustomXML.
We would like to explore being able to write our documents out as CustomBinary. However, in our initial tests, saving daigrams out in this format loses connection between shapes spanned by lines or connectors. The lines and shapes come back after load but they are not longer connected.
I have demostrated this behavior even when saving an example without custom tag objects through the provided Nevron Diagram Designer example.
Is there anyway to keep from losing those relationships when saving as CustomBinary?
Thanks in advance,
Jason Irby
I