aboutsummaryrefslogtreecommitdiff
path: root/examples/persistence/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/persistence/README')
-rw-r--r--examples/persistence/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/persistence/README b/examples/persistence/README
index e69de29..14b9acc 100644
--- a/examples/persistence/README
+++ b/examples/persistence/README
@@ -0,0 +1,3 @@
+This example shows how to implement C++ classes that know how to persist
+themselves in XML. This is the simple case that doesn't involve inheritance.
+For inheritance support see the 'inheritance' example. \ No newline at end of file