Difference between revisions of "ProtocolBuffer"
From Makers Local 256
(→Todo: accessors are fixed!) |
m (→Todo: reorganize a tad) |
||
Line 14: | Line 14: | ||
* improve generated deserialization code to actually use the wiretype properly | * improve generated deserialization code to actually use the wiretype properly | ||
* support extensions (this is going to suck) | * support extensions (this is going to suck) | ||
− | |||
* proper option support | * proper option support | ||
+ | * support services (this may not happen at all) | ||
[[Category:Software]] | [[Category:Software]] |
Revision as of 21:53, 20 July 2009
Creator: |
Overview
ProtocolBuffer is a D library encompassing the basic tools required to compile .proto definition files into code and additional functions that are used by the resulting source file. The backend library is separated from the definition compiler for now, but those may merge in the future.
Options
At the moment, only a handful of options are supported and all others will be ignored. Options are not currently accessible at runtime. Supported options are packed, deprecated, and default.
Todo
- improve generated deserialization code to actually use the wiretype properly
- support extensions (this is going to suck)
- proper option support
- support services (this may not happen at all)