SwiftGraph icon indicating copy to clipboard operation
SwiftGraph copied to clipboard

GraphML support

Open peterprokop opened this issue 7 years ago • 3 comments

Is it present/planned? If not I would be interested in adding it.

peterprokop avatar Oct 07 '17 12:10 peterprokop

I think this would be great. I think we should do it along with support for Swift's new serialization protocols #22 . It could just be another encoder/decoder.

davecom avatar Oct 07 '17 14:10 davecom

maybe can cherry pick https://github.com/Flaminis/Dissertation-Network-Analysis/blob/67a7712f433f98e0cc9a925f54452953dd332661/GraphViewer/GraphViewer/DisserGraphml.swift

johndpope avatar Aug 30 '18 19:08 johndpope

Now that we have Codable support through the subclasses CodableUnweightedGraph and CodableWeightedGraph the next step would be to create a GraphML encoder/decoder.

davecom avatar Sep 19 '18 03:09 davecom