aboutsummaryrefslogtreecommitdiff
path: root/examples/persistence/README
blob: 14b9acc7222ebd441acca8736d48cabce4d4a9a9 (plain)
1
2
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.