-
Notifications
You must be signed in to change notification settings - Fork 21
Better (de)serialization #9
Copy link
Copy link
Open
Description
We need a better (de)serialization method than Show and Read. Some questions to consider:
- What format to use? (Plain String? JSON? CBOR?)
- Use an existing library or write our own?
- How do we support different (de)serialization methods for different backends? (a local backend that uses
MVars to communicate might not even need (de)serialization.) - Can we support user-customizable (de)serialization methods?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels