Android Question Read List Contain type

Rasoull

Member
Hello,
I have a list whose items are custom type. The list is stored in memory with Jsongenerator, but when I read those types, they are recognized as a string. How can I read the types from the list?
Screenshot (443).png
 

Mahares

Expert
Licensed User
Longtime User
but when I read those types, they are recognized as a string.
Use B4XSerializator to store and read the file. See link below with examples:
It is also suggested to use KVS2 as another option.
DO not post error messages as images. Show them as text. Red over black is also hard to read background
 
Upvote 1
Top