Re: Bug when serializing/deserializing objects

2019-02-28 Thread Lon Varscsak
Thanks for the quick fix! On Thu, Feb 28, 2019 at 4:26 AM Nikita Timofeev wrote: > Hi Lon, > > Thanks for example. This turned out to be a bug introduced in 4.1. > Old Map based CayenneDataObject incorrectly serialized/deserialized > HashMap with it's values. And that explains why you saw those

Re: Bug when serializing/deserializing objects

2019-02-28 Thread Nikita Timofeev
Hi Lon, Thanks for example. This turned out to be a bug introduced in 4.1. Old Map based CayenneDataObject incorrectly serialized/deserialized HashMap with it's values. And that explains why you saw those values in your other case. I've pushed fix for this to 4.1 branch and tested it with your tes