PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Serialise in Browser Code
Serialise in Browser Code
Started by Peter Holemans (BE), Apr., 21 2021 3:36 PM - 1 reply
Registered member
123 messages
Popularité : +7 (9 votes)
Posted on April, 21 2021 - 3:36 PM
Hello team

I have a hybrid class, meaning a class that can be used server and browser side.
On the server side I can perfectly serialise the class into a string (that is browser synchronised) and on the browser side I can perfectly deserialise it again into the class on the browser side.

On the other hand, I just cannot seem to get the serialise to work on the browser side again.
If I use the below browser side syntax I get an error in the browser (no compiler errors).
//Serialize the object to pass to the Ajax call
SerBuf is Buffer
Serialize(NewMOList,SerBuf,psdJSON)
AJAXExecute(ajaxUpdateControls+ajaxSynchronizeServerVariables,MediaObjectAdd,SerBuf)


Upon execution I get this message by Chrome:





So it seems the buffer type is the issue but when I change it to string, I get a compilation error on the serialise() function...

Did anybody get the serialise to work or am I just having a brain f@rt here ?

Thanks in advance !

--
Peter Holemans
www.mcs2.eu
www.pixontri.eu
Registered member
123 messages
Popularité : +7 (9 votes)
Posted on May, 04 2021 - 11:33 AM
Hi,

This is a (compiler) bug confirmed by Tech Support and they are working on a fix.

Cheers !

--
Peter Holemans
www.mcs2.eu
www.pixontri.eu