mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-01 08:52:08 +00:00
minor gramatical improvement
[SVN r38240]
This commit is contained in:
@@ -189,16 +189,13 @@ Note that these macros must be used in the namespace of the class,
|
||||
and without qualifying the namespace in the argument.
|
||||
|
||||
<p>
|
||||
Included is
|
||||
<a href="../example/demo_xml.hpp" target="demo_xml_hpp">demo_xml.hpp<a>
|
||||
which renders it's data members as <strong>name-value-pair</strong>s and
|
||||
<a href="../example/demo_gps.hpp" target="demo_gps_hpp">demo_gps.hpp<a>
|
||||
includes NVP wrappers or all data members.
|
||||
<a href="../example/demo_xml.cpp" target="demo_xml_cpp">demo_xml.cpp<a>
|
||||
which saves and loads data to an XML archive.
|
||||
saves and loads data to an XML archive.
|
||||
<a href="../example/demo_save.xml" target="demo_save_xml">Here</a>
|
||||
is example of the XML Archive corresponding to our tutorial example.
|
||||
|
||||
|
||||
|
||||
<h3><a name="composition">Composition</h3>
|
||||
Wrappers should be designed so that they can be composed as necessary.
|
||||
For example, to pass binary data as a name value pair use:
|
||||
|
||||
Reference in New Issue
Block a user