Export to GitHub

memcached-session-manager - issue #57
javolution-serializer: Provide more efficient serialization for StringBuffer and StringBuilder
Posted on Mar 26, 2010 by
Grumpy Bear
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.
Comment #1
Posted on Mar 26, 2010 by Grumpy BearFixed.
Comment #2
Posted on Apr 5, 2010 by Grumpy Bear(No comment was entered for this change.)
Status: Fixed
Labels:
Type-Enhancement
Priority-Medium
Milestone-1.3