added serialization

[SVN r24337]
This commit is contained in:
Robert Ramey 2004-08-07 18:50:18 +00:00
parent 47f50f70f7
commit fd2c59b56b

View file

@ -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&nbsp;
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>