magro / testrepo

foo
0 stars 0 forks source link

javolution-serializer: Provide more efficient serialization for StringBuffer and StringBuilder #57

Closed magro closed 9 years ago

magro commented 9 years ago

From martin.grotzke on March 27, 2010 00:36:21

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: http://code.google.com/p/memcached-session-manager/issues/detail?id=57

magro commented 9 years ago

From martin.grotzke on March 26, 2010 16:44:23

Fixed.

Status: Fixed
Labels: -Type-Defect Type-Enhancement Milestone-1.3.0

magro commented 9 years ago

From martin.grotzke on April 05, 2010 15:15:51

(No comment was entered for this change.)

Labels: -Milestone-1.3.0 Milestone-1.3