forked from YaccConstructor/QuickGraph
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Serialization
Alexandre Rabérin edited this page May 12, 2020
·
1 revision
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.