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
This issue is meant to track the progress in improving the toolkit libraries' usability and stability. This issue is created here to establish the toolkit's perspective in the discussion, especially the interoperability between the toolkit's libraries and usability with the definition used in the Toolkit.
Tasks
Below is the list of high-priority issues. They all should have corresponding issues in the library's issue tracker when we start working on them. The discussions about the usability of the library within the Toolkit should take place here.
Easier way to make custom, combined Readers and Writers (e.g. sealed trait Value and classes MyInt, MyString) + Readers for untagged unions (based on fields)
Address "If a field at serialization time has the same value as the default, uPickle leaves it out of the serialized blob" - make it configurable, add a default with that.
Fix maximal number of successive inlines (32) exceeded on more than 32 case class params when deriving ReadWriter.
Add custom configuration for toolkit (nulls, fields same as default)
The text was updated successfully, but these errors were encountered:
Context
This issue is meant to track the progress in improving the toolkit libraries' usability and stability. This issue is created here to establish the toolkit's perspective in the discussion, especially the interoperability between the toolkit's libraries and usability with the definition used in the Toolkit.
Tasks
Below is the list of high-priority issues. They all should have corresponding issues in the library's issue tracker when we start working on them. The discussions about the usability of the library within the Toolkit should take place here.
The text was updated successfully, but these errors were encountered: