Serialization - KeRNeLith/QuikGraph GitHub Wiki
Serialization
QuikGraph is a modular library that has a serialization module. It allows to save and load graphs from files (or streams) using different serialization kinds.
- .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.