Add test to demonstrate issue deserializing hash with ivar
Currently the elements of a hash are revived before any ivar values. This causes an issue when the []= method references an instance variable.
[]=
Add test to demonstrate issue deserializing hash with ivar
Currently the elements of a hash are revived before any ivar values.
This causes an issue when the
[]=
method references an instancevariable.