Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
This repository was 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

@abhinav

Description

@abhinav

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions