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

Remove gob encoding #68

Open
squizzling opened this issue May 31, 2021 · 1 comment
Open

Remove gob encoding #68

squizzling opened this issue May 31, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@squizzling
Copy link
Contributor

Gob should be removed due to its fragility. Good alternatives are json and protobufs. Protobufs require an external tool to generate the code, but the generated code can be committed.

The content-type header could be used to provide backwards compatibility with Gob for a couple of versions.

@maded2
Copy link
Owner

maded2 commented Jun 1, 2021

maybe for the future

@maded2 maded2 added the enhancement New feature or request label Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants