GraphMLDeserializer<'TVertex, 'TEdge, 'TGraph>
Namespace: QuickGraph.Serialization
A GraphML ( http://graphml.graphdrawing.org/ ) format deserializer.
Constructors
Constructor | Description |
new()
Signature: unit -> unit
|
Instance members
Instance member | Description |
Deserialize(...)
Signature: (reader:XmlReader * visitedGraph:'TGraph * vertexFactory:IdentifiableVertexFactory<'TVertex> * edgeFactory:IdentifiableEdgeFactory<'TVertex,'TEdge>) -> unit
|