AArhin / memcached-session-manager

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

javolution-serializer: support public Collections/Maps providing only a constructor taking an int (size) #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It should be possible to deserialize public Collections/Maps providing only a 
constructor taking an int (size).

Original issue reported on code.google.com by martin.grotzke on 26 Mar 2010 at 9:09

GoogleCodeExporter commented 9 years ago
Implemented: now javolution serializer checkes collections and maps for public 
constructors
- taking no argument
- taking an int argument - this is treated as the size, I cannot imagine a case 
where 
an int would be s.th. different.

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