javolution serializer right now does not have a custom xml format for
StringBuffer and StringBuilder and therefore serializes them using
reflection. This produces verbose output, as both hold a Character[]
internally.
Both should be serialized just using the string representation.
Original issue reported on code.google.com by martin.grotzke on 26 Mar 2010 at 11:36
Original issue reported on code.google.com by
martin.grotzke
on 26 Mar 2010 at 11:36