Difference between revisions of "DataInterchageFormats"

From Lost In Wonderlands
Jump to: navigation, search
(comparison of data serialization formats)
(Subject)
Line 27: Line 27:
 
* Cross platform Binary serialisation
 
* Cross platform Binary serialisation
 
** [[Googleprotobuf| google protocol buffers]]
 
** [[Googleprotobuf| google protocol buffers]]
** [ https://capnproto.org/ cap'n proto, a better protocol buffer ?]
+
** [https://capnproto.org/ cap'n proto, a better protocol buffer ?]
 
** [https://google.github.io/flatbuffers/  google flatbuffers]
 
** [https://google.github.io/flatbuffers/  google flatbuffers]
 
** [https://pugixml.org/ pugixml]
 
** [https://pugixml.org/ pugixml]

Revision as of 13:59, 19 July 2019

Data Interchange formats

NeXT Steps

 here everything has yet to be done !

coming soon :


Everything You Always Wanted to Know on Data Interchange formats... (But Were Afraid to Ask) a collection of links of interest

See also

Subject


comparison of data serialization formats

performances

Articles

Blogs

Tools link

Books