Skip to content

Codable Support? #231

@moshe-foreflight

Description

@moshe-foreflight

It would be great if the data models in this library added support for Codable for things like:

  1. Passing between an XPC service and a client app.
  2. Converting to JSON

I've manually implemented this, because the compiler won't synthesize conformance outside of the main struct/class. Inside of this library, it is likely as simple as adding Codable to the Symbol, SymbolOccurrence and a few other structs/enums.

Happy to open a PR if it would be helpful.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions