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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: