Export metacards to a compressed file in a specified format.
Description
The current zip compression transformer serializes each metacard by using MetacardImpl's copy constructor and relying on the writeObject method in that class.
We would like to be able to specify the output format of the zip compression transformer so that it could export a set of metacards as HTML or some other format.
Environment
None