Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Expose a way to serialize/deserialize headers and body for different arg schemes #347

Open
abhinav opened this issue Dec 22, 2015 · 0 comments

Comments

@abhinav
Copy link
Contributor

abhinav commented Dec 22, 2015

Now that we support fallback endpoints, it is possible to implement endpoints that work with multiple arg schemes. It would be nice if we provided some way to take the raw bytes of the header or the body from the request and deserialize them based on whatever arg scheme request is using, and do the reverse for raw bytes of the header/body of the response.

Currently it's possible to use JsonSerializer and ThriftSerializer directly but they're not part of the public API and shouldn't be exposed as-is.

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

No branches or pull requests

1 participant