README 204 B

123
  1. This example shows how to implement C++ classes that know how to persist
  2. themselves in XML. This is the simple case that doesn't involve inheritance.
  3. For inheritance support see the 'inheritance' example.