mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 00:50:40 +00:00
added serialization
[SVN r24337]
This commit is contained in:
parent
47f50f70f7
commit
fd2c59b56b
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue