Android Question [Closed] Types supported by Read/WriteB4XObject

Roger Daley

Well-Known Member
Licensed User
Longtime User
Hi All

A point of clarification.

From Erel's tutorial on B4XObject,

"The following types are supported by WriteB4XObject:
Lists, Maps, String, primitives, user defined types and arrays. Only arrays of bytes and arrays of objects are supported (in B4A and B4J).
Including combinations of these types (a list that holds maps for example)."


I read from this that Strings are Objects and Arrays of Objects are supported yet trying to read an Array of Strings appears to be the cause an error. [As with KVS]

Have I read Erel's tutorial incorrectly?

Regards Roger
 
Top