Android Question A mad question about objects

Ed Brown

Active Member
Licensed User
Longtime User
Hi @LucaMs

The way I would have approached this would be to serialize the view and save it to a database or file. However, it appears that it is not possible to serialize views.

As an alternative approach it should be possible to save the various properties of a view along with an ID to a file or database. By doing this it would be possible to retrieve a view's details and recreate it.
 
Upvote 0

LucaMs

Expert
Licensed User
Longtime User
Hi @LucaMs

The way I would have approached this would be to serialize the view and save it to a database or file. However, it appears that it is not possible to serialize views.

As an alternative approach it should be possible to save the various properties of a view along with an ID to a file or database. By doing this it would be possible to retrieve a view's details and recreate it.

Thank you for your answer.

Unfortunately, I need an identifier for views added by Designer and I fear I can use tags only.
 
Upvote 0
Top