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 . 5Use, modification and distribution is subject to the Boost Software 6License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 7http://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> 32This section will be used to list answers to questions raised in the mailing 33lists. Most of these are due to subtle aspects of the library which are 34overlooked even though they might be described in the documentation. Often, 35these issues are very easy to address - but can be excruciatingly difficult to 36find. Should you have such an experience, feel free to vent your frustration 37in a constructive way by adding in your own item. The best way to do this 38is to create a <a href="http://svn.boost.org/trac/boost/browser">"TRAK" item</a> 39which includes the text you want to add to this list. 40 41<ul> 42<li><h4> 43</h4></li> 44</ul> 45<hr> 46<p> 47<i>© Copyright <a href="http://www.rrsd.com">Robert Ramey</a> 2002-2009. Distributed 48under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt 49or copy at http://www.boost.org/LICENSE_1_0.txt) </i></p> 50</body> 51</html> 52