GEXF serialization support for multigraphs (Yog.Multi.Model.Graph).
Mirrors Yog.IO.GEXF but works with parallel edges. Each edge in the
multigraph is preserved as a distinct <edge> element with its internal
edge ID.
Summary
Functions
Returns default GEXF serialization options.
Deserializes a GEXF string to a multigraph using default conversion.
Deserializes a GEXF string into a multigraph with custom data mappers.
Creates GEXF options with custom formatters.
Reads a multigraph from a GEXF file using default conversion.
Reads a multigraph from a GEXF file with custom data mappers.
Serializes a multigraph to GEXF using default attribute conversion.
Serializes a multigraph to GEXF with custom attribute mappers.
Serializes a multigraph to GEXF format with custom attribute mappers and options.
Writes a multigraph to a GEXF file using default attribute conversion.
Writes a multigraph to a GEXF file with custom attribute mappers.
Functions
Returns default GEXF serialization options.
Deserializes a GEXF string to a multigraph using default conversion.
Deserializes a GEXF string into a multigraph with custom data mappers.
Creates GEXF options with custom formatters.
Reads a multigraph from a GEXF file using default conversion.
Reads a multigraph from a GEXF file with custom data mappers.
Serializes a multigraph to GEXF using default attribute conversion.
Serializes a multigraph to GEXF with custom attribute mappers.
Serializes a multigraph to GEXF format with custom attribute mappers and options.
Writes a multigraph to a GEXF file using default attribute conversion.
Writes a multigraph to a GEXF file with custom attribute mappers.