hi all
i receive a list of maps from a php server.
it s parsed very well and works fine
but then i save it to a text file in the activity_pause event using the file.writelist method
when i read it in the resume event i get the following error :
what am i doing wrong ?
i receive a list of maps from a php server.
it s parsed very well and works fine
but then i save it to a text file in the activity_pause event using the file.writelist method
when i read it in the resume event i get the following error :
java.lang.ClassCastException: java.lang.String cannot be cast to anywheresoftware.b4a.objects.collections.Map$MyMap
what am i doing wrong ?