This directory contains a number of examples that show how to
use the Embedded C++/Serializer mapping. The following list
gives an overview of each example. See the README files in
example directories for more information on each example.

hello
  A simple "Hello, world!" example that shows how to serialize
  XML documents.

library
  Shows how to handle more complicated data structures and
  serialize a custom in-memory object model.

minimal
  This example is a minimal serializer implementation that is
  intended to work without STL, iostreams, or C++ exceptions.

mixin
  Shows how to reuse implementations of base serializers in
  derived serializers using the mixin C++ idiom.

wildcard
  Shows how to serialize the XML data matched by XML Schema
  wildcards (any and anyAttribute).
