maded2 / plotng

PlotNG - plotting utility for Chia.Net
Apache License 2.0
128 stars 24 forks source link

Remove gob encoding #68

Open squizzling opened 3 years ago

squizzling commented 3 years ago

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 commented 3 years ago

maybe for the future