Details
Description
Allow Marshaller to be instantiated with a default constructor (using setWriter(Writer) after instantiation). Basically, ...
a) add Marshaller() constructor
b) add setWriter(Writer)
c) and refactor existing Marshaller(Writer) code
Initial and tested patch. All tests (both master as well as regression) complete without any problems (except the usual suspects).