Ver código fonte

added serialization

[SVN r24337]
Robert Ramey 22 anos atrás
pai
commit
fd2c59b56b
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      libs/libraries.htm

+ 4 - 0
libs/libraries.htm

@@ -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>

粤ICP备19079148号