Talk:Comparison of data-serialization formats: Difference between revisions

Content deleted Content added
m LordOfPens moved page Talk:Comparison of data serialization formats to Talk:Comparison of data-serialization formats: Missing hyphen in compound modifier
Ericjster (talk | contribs)
m Note about Gob, Npy
Line 124:
 
The same can be said for Protocol Buffers - the link just refers to its own documentation. <!-- Template:Unsigned IP --><small class="autosigned">—&nbsp;Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/148.80.255.144|148.80.255.144]] ([[User talk:148.80.255.144#top|talk]]) 20:44, 23 February 2018 (UTC)</small> <!--Autosigned by SineBot-->
 
== Missing Gob ==
Created for Go programming language.
https://golang.org/pkg/encoding/gob/
 
== Missing Npy ==
Created as a simple way to serialize (Python's) Numpy objects.
https://www.numpy.org/devdocs/reference/generated/numpy.lib.format.html
 
== EDN is missing ==