B4J Question Storing serialized objects into a database

vfafou

Well-Known Member
Licensed User
Longtime User
Hello!
I would like to ask how it's possible to store a serialized map object into a MariaDB column and which datatype this column should be (TEXT or BLOB).
Thank you in advance.
 

DonManfred

Expert
Licensed User
Longtime User
Use B4XSerializator, create the Serialized version of you map and store this String in your Database.
I don´t see a problem here. The answer is yes.
 
Upvote 0
Top