Description
We should use an OutputStream to write JAXB content instead of a Writer. The Writer allows for the encoding to be set, but this can also be done using one of the JAXB properties.
For XML heavy operations, this results in a significant (15%+) performance improvement.
Attachments
Attachments
Issue Links
- is related to
-
WINK-111 Write JAXB output using OutputStream instead of Writer for Atom model
- Closed