The decrypted and clear-text database is only stored in the RAM, meaning it has to be available and editable in every view, with impact on the others, if one view changes the Object. This means, that you can't just pass the Object to another view, because you need to keep the database and monitor the changes done in one view in on previous views.
The decrypted and clear-text database is only stored in the RAM, meaning it has to be available and editable in every view, with impact on the others, if one view changes the Object. This means, that you can't just pass the Object to another view, because you need to keep the database and monitor the changes done in one view in on previous views.