Relates :
|
Deserialization reconstitutes internal 'table' array with wrong length. This is the output of the test: Serialized Hashtable of size=10 has internal table.length=14 but de-serialized table.length=10 Serialized Hashtable of size=50 has internal table.length=67 but de-serialized table.length=42 Serialized Hashtable of size=500 has internal table.length=667 but de-serialized table.length=403 Serialized Hashtable of size=5000 has internal table.length=6667 but de-serialized table.length=4003
|