Category:ProtocolBuffer: Difference between revisions

From Rosetta Code
Content added Content deleted
(create library page)
 
(Lib template, link)
 
Line 1: Line 1:
Protocol buffer libraries are a method of serialization whereby a code generator takes a standardized definition file and generates code in a specified language that will understand and generate data generated by any code that came from the same definition file.
{{library}}Protocol buffer libraries are a method of serialization whereby a code generator takes a standardized definition file and generates code in a specified language that will understand and generate data generated by any code that came from the same definition file.


Please see the page for the D implementation of [http://256.makerslocal.org/wiki/index.php/ProtocolBuffer Protocol Buffers] for more details.
Please see the page for the [[D]] implementation of [http://256.makerslocal.org/wiki/index.php/ProtocolBuffer Protocol Buffers] for more details.

Latest revision as of 18:51, 9 September 2009

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

Protocol buffer libraries are a method of serialization whereby a code generator takes a standardized definition file and generates code in a specified language that will understand and generate data generated by any code that came from the same definition file.

Please see the page for the D implementation of Protocol Buffers for more details.

Pages in category "ProtocolBuffer"

This category contains only the following page.