[Simple-support] ArrayList deseriliazation
Brought to you by:
niallg
|
From: Sreekanth V. <vie...@gm...> - 2011-11-04 13:19:50
|
Hi, I am running into the same issue reported in the following message. I was wondering if there is a resolution to this issue? >From what I understand, this issue happens if the default constructor creates and populates the array list with some elements. When deserializing, - Simple uses the annotated getter to get the existing list and just adds the elements from the deserialization process to this list without clearing this list first - Uses the annotated setter to set the list https://sourceforge.net/mailarchive/message.php?msg_id=27613384 Thanks, Sree |