vfafou Well-Known Member Licensed User Longtime User Sep 18, 2020 #1 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.
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 Sep 18, 2020 #2 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
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.
vfafou Well-Known Member Licensed User Longtime User Sep 18, 2020 #3 DonManfred said: 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. Click to expand... Thank you very much @DonManfred. I'll try it! Upvote 0
DonManfred said: 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. Click to expand... Thank you very much @DonManfred. I'll try it!