Search code examples
c#.netgraphartificial-intelligencequickgraph

.NET Binary Serialization in QuickGraph 3.6


For portability reasons, QuickGraph 3.6 does not allow .net (4.0) binary serialization. This is necessary when you want to persist large graphs. unfortunately the source code provided by the authors does not compile, so it is impossible to enable the (binary) serialization. As you can see here (quick graph issue) I am not the only one has found this problem. Does anyone know how to compile the QuickGraph 3.6 source code? Any other suggestions?

Thanks in advance, Diego.


Solution

  • Finally, I recompiled the project as a standard library. Here my solution.

    d