plotng icon indicating copy to clipboard operation
plotng copied to clipboard

Remove gob encoding

Open squizzling opened this issue 3 years ago • 1 comments

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.

squizzling avatar May 31 '21 07:05 squizzling

maybe for the future

maded2 avatar Jun 01 '21 02:06 maded2