You are not logged in.
Hi,
since object serialization to/from JSON is used internally I wonder what'd be the easiest way to send serialized objects between Client / Server using REST callbacks?
Thanks,
mg
Offline
Just transfer the content as RawUTF8.
And use the corresponding functions of SQLite3Commons.
thank you.
I didn't expected it to be SO trivial
Offline