Serialization - YaccConstructor/QuickGraph GitHub Wiki
Serialize
QuickGraph multiple ways to save and load graphs from files (or streams).
- .NET Serialization, based on the built-in .NET serialization services,
- GraphML Serialization, implements (a part of) the GraphML graph xml format,
- Xml Serialization, customizable xml format.