serialization: mention protocol buffers
This commit is contained in:
parent
b54be35c65
commit
feee81cd3d
1 changed files with 6 additions and 0 deletions
|
@ -227,6 +227,12 @@
|
||||||
serve as an encoding form for any if the serialization
|
serve as an encoding form for any if the serialization
|
||||||
frameworks listed above.
|
frameworks listed above.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
For serialization in C and C++ projects, the Protocol Buffers serialization
|
||||||
|
(<package>protobuf</package>) provides type safe automated serialization
|
||||||
|
by relying on code generation. It is positioned as similar, but simpler and
|
||||||
|
more efficient to XML serialization.
|
||||||
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="sect-Defensive_Coding-Tasks-Serialization-XML">
|
<section id="sect-Defensive_Coding-Tasks-Serialization-XML">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue