faq.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!--
  4. (C) Copyright 2002-4 Robert Ramey - http://www.rrsd.com .
  5. Use, modification and distribution is subject to the Boost Software
  6. License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  7. http://www.boost.org/LICENSE_1_0.txt)
  8. -->
  9. <head>
  10. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  11. <link rel="stylesheet" type="text/css" href="../../../boost.css">
  12. <link rel="stylesheet" type="text/css" href="style.css">
  13. <title>Serialization - Tips and Tricks</title>
  14. </head>
  15. <body link="#0000ff" vlink="#800080">
  16. <table border="0" cellpadding="7" cellspacing="0" width="100%" summary="header">
  17. <tr>
  18. <td valign="top" width="300">
  19. <h3>
  20. <a href="../../../index.htm">
  21. <img height="86" width="277" alt="C++ Boost" src="../../../boost.png" border="0"></a></h3>
  22. </td>
  23. <td valign="top">
  24. <h1 align="center">
  25. Serialization</h1>
  26. <h2 align="center">
  27. Tips and Tricks</h2>
  28. </td>
  29. </tr>
  30. </table>
  31. <hr>
  32. This section will be used to list answers to questions raised in the mailing
  33. lists. Most of these are due to subtle aspects of the library which are
  34. overlooked even though they might be described in the documentation. Often,
  35. these issues are very easy to address - but can be excruciatingly difficult to
  36. find. Should you have such an experience, feel free to vent your frustration
  37. in a constructive way by adding in your own item. The best way to do this
  38. is to create a <a href="http://svn.boost.org/trac/boost/browser">"TRAK" item</a>
  39. which includes the text you want to add to this list.
  40. <ul>
  41. <li><h4>
  42. </h4></li>
  43. </ul>
  44. <hr>
  45. <p>
  46. <i>&copy; Copyright <a href="http://www.rrsd.com">Robert Ramey</a> 2002-2009. Distributed
  47. under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt
  48. or copy at http://www.boost.org/LICENSE_1_0.txt) </i></p>
  49. </body>
  50. </html>