Details
-
Type: Improvement
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
Description
At the end of PrettyPrintWriter.endNode(), there is a call to flush(). We found that if we override flush() to do nothing, xstream serialization runs about three times faster for our app. It doesn't look like there's any reason for this call, so perhaps take it out?
COOL!