For my app, the client has a local KVS. I want to upload the KVS and store it on the server, so it looks like the proper way is to B4XSerializator the KVS and send it up.
The serialized KVS will be stored in a MySQL database (already set up and functioning properly).
Is there a sample client code module similar to [Server] Upload files from your B4A app to your B4J server over the internet but for a B4J client? I don't have B4A at the moment.
I did a search for "b4j file client," which did not seem to have any relevant code, and B4XSerializator, which had a ton of results, none of which I could determine were relevant (but I'm sure there are some relevant hits there--I just don't know what to look for.)
(If anyone wants to suggest an alternate/better approach, I'm all ears!)
The serialized KVS will be stored in a MySQL database (already set up and functioning properly).
Is there a sample client code module similar to [Server] Upload files from your B4A app to your B4J server over the internet but for a B4J client? I don't have B4A at the moment.
I did a search for "b4j file client," which did not seem to have any relevant code, and B4XSerializator, which had a ton of results, none of which I could determine were relevant (but I'm sure there are some relevant hits there--I just don't know what to look for.)
(If anyone wants to suggest an alternate/better approach, I'm all ears!)