Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2
-
Fix Version/s: 1.4
-
Labels:None
-
Number of attachments :
Description
When serializing, Jettison keeps all the data in memory and flushes them only when writeEndDocument() has been called.
It should support streaming - either by default or when a property is set on the factory creating writers.