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

Serialization extension. #172

Closed
amcgregor opened this issue Sep 22, 2016 · 1 comment
Closed

Serialization extension. #172

amcgregor opened this issue Sep 22, 2016 · 1 comment

Comments

@amcgregor
Copy link
Member

An extension to support the automatic serialization of basic lists and mappings returned by endpoints. Should support JSON and YAML (the latter only if the yaml support library is installed) using content negotiation to decide which format to use.

No matching format should probably cascade out of the view registered by the extension to allow other views to give it a try. (Or make that configurable, i.e. strict.)

Include tests.

@amcgregor
Copy link
Member Author

Configurable default is in, customizable return type handling is in, and plugin use is in.

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

No branches or pull requests

1 participant