bjithinb / hessdroid

Automatically exported from code.google.com/p/hessdroid
0 stars 0 forks source link

optimize serializer instance creation in JavaSerializer #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
JavaSerializer is the default serializer for custom classes. instead of 
creating new serializer instances 
for every class, the serializers could be rewritten to be thread-safe 
singletons.

Original issue reported on code.google.com by andre.steingress on 10 Aug 2009 at 11:18

GoogleCodeExporter commented 8 years ago
fixed issues in JavaSerializer and, especially, JavaDeserializer.

Original comment by andre.steingress on 12 Aug 2009 at 7:26