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
{{ message }}
This repository has been archived by the owner on Dec 3, 2020. It is now read-only.
It would be nice if there was a option (or if it was the default behavior) to evaluate delegates when serializing objects.
For example, val jumps by json.byInt would serialize to something like "jumps": 3.
This would extremely helpful when using a class that generated from json using the json delegates (byInt, etc). Right now, using these requires a custom serializer to be serializable properly.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be nice if there was a option (or if it was the default behavior) to evaluate delegates when serializing objects.
For example,
val jumps by json.byInt
would serialize to something like"jumps": 3
.This would extremely helpful when using a class that generated from json using the json delegates (byInt, etc). Right now, using these requires a custom serializer to be serializable properly.
The text was updated successfully, but these errors were encountered: