Package contains classes dealing directly with the reading and writing of beans.
These classes use the Betwixt introspection system to determine how a
bean should be mapped to xml.
The xml->object reader uses Digester to implement the mapping.
The output for each bean is an xml fragment
(rather than a well-formed xml-document).
This allows bean representations to be appended to a document
by writing each in turn to the stream.
So to create a well formed xml document,
you'll need to write the prolog to the stream first.
If you append more than one bean to the stream,
then you'll need to add a wrapping root element as well.
Usage:
This (logical) interface is a Parameter Object
allowing additional, Betwixt-specific information
to be passed through the SAX-inspired writing API.