-
Notifications
You must be signed in to change notification settings - Fork 83
Closed as not planned
Description
It would be great if the data models in this library added support for Codable
for things like:
- Passing between an XPC service and a client app.
- 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!
mariusjcb-gh
Metadata
Metadata
Assignees
Labels
No labels