Hello I am confronted with a problem of deserialisation.
I have an entity containing collections.
I use the selfservising mode.
I serialized my entity.
When I deserialise my entity to work in disconnected mode,
my collection must be fetch in the database to be displayed.
In deconnected mode, when i want to access my collection list i have an error. (dataSQLConnection)
But if i am connected, i don't have this error because my entity can fetch itself with the database.
I want deserialize my entity and work with my entity without the database.
Thank you for your help