Wish Native support for UUID for use in WriteB4XObject

Ed Brown

Active Member
Licensed User
Longtime User
I've recently been working with a database that makes extensive use of the UUID data type. Reading data from tables is fine but when I want to serialize the data and send it via an HttpJob then it all breaks as it cannot convert the UUID.

The database I'm referring to is Cassandra.

The only option I have right now is to loop through each row returned from the database and convert the UUID to a string before sending using WriteB4XObject and HttpJob.
 
Top