|
|
@@ -178,6 +178,8 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="static_assert/static_assert.htm">static_assert</a>
|
|
|
- Static assertions (compile time assertions), from John
|
|
|
Maddock.</li>
|
|
|
+ <li><a href="serialization/doc/index.html">serialization</a>
|
|
|
+ - Serialization for persistence and marshalling, from Robert Ramey</li>
|
|
|
<li><a href="spirit/index.html">spirit</a> - LL parser framework
|
|
|
represents parsers directly as EBNF grammars in inlined C++, from Joel de
|
|
|
Guzman and team.</li>
|
|
|
@@ -432,6 +434,8 @@ how to download, build, and install the libraries.</p>
|
|
|
operations, from Samuel Krempp.</li>
|
|
|
<li><a href="io/doc/ios_state.html">io state savers</a> - Save I/O state to
|
|
|
prevent jumbled data, from Daryle Walker.</li>
|
|
|
+ <li><a href="serialization/doc/index.html">serialization</a> - serialization of arbitrary
|
|
|
+ data for persistence and marshalling</li>
|
|
|
</ul>
|
|
|
|
|
|
<h3><a name="Inter-language">Inter-language</a> support</h3>
|