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 Jan 5, 2024. It is now read-only.
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.
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.
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
andThriftSerializer
directly but they're not part of the public API and shouldn't be exposed as-is.The text was updated successfully, but these errors were encountered: