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
I think serialization in rescu should generally be refactored (eg. factor out the serialization methods from Params); serialization should be separate from the beans that hold data. This deserves a new issue.
Currently, all parameters are simply
toString()
ed (except for BigDecimals). Some flexibility should be provided here, eg. for:Note that this issue doesn't apply to json data since it has its own flexible serialization (by Jackson).
The text was updated successfully, but these errors were encountered: