-
Notifications
You must be signed in to change notification settings - Fork 40
Data Serialization Formats
bobbae edited this page Sep 28, 2021
·
2 revisions
Data serialization refers to the process of translating data structures or object state into a different format capable of being stored (such as a memory buffer or file), or transmitted and reconstructed at a different point.
https://msgpack.org/index.html
https://en.wikipedia.org/wiki/External_Data_Representation
https://luca.ntop.org/Teaching/Appunti/asn1.htm
https://en.m.wikipedia.org/wiki/JSON
https://en.m.wikipedia.org/wiki/XML
https://en.m.wikipedia.org/wiki/YAML
https://en.m.wikipedia.org/wiki/TOML
https://en.m.wikipedia.org/wiki/Comparison_of_data-serialization_formats
https://www.igvita.com/2011/08/01/protocol-buffers-avro-thrift-messagepack/