Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide some serialization flexibility for @PathParam, @FormParam, @HeaderParam etc. #50

Open
mmazi opened this issue Sep 23, 2014 · 2 comments

Comments

@mmazi
Copy link
Owner

mmazi commented Sep 23, 2014

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).

@mmazi
Copy link
Owner Author

mmazi commented May 22, 2015

See how RestEasy, Jersey etc. handle this.

@mmazi
Copy link
Owner Author

mmazi commented May 25, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant