You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
It would be great if the data models in this library added support for
Codable
for things like: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 theSymbol
,SymbolOccurrence
and a few other structs/enums.Happy to open a PR if it would be helpful.
Thank you!
The text was updated successfully, but these errors were encountered: