baiheqiang / memcached-session-manager

Automatically exported from code.google.com/p/memcached-session-manager
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed.

Original comment by martin.grotzke on 26 Mar 2010 at 11:44

GoogleCodeExporter commented 8 years ago

Original comment by martin.grotzke on 5 Apr 2010 at 10:15