PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Serialise in Browser Code
Serialise in Browser Code
Iniciado por Peter Holemans (BE), 21,abr. 2021 15:36 - 1 respuesta
Miembro registrado
123 mensajes
Popularité : +7 (9 votes)
Publicado el 21,abril 2021 - 15:36
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
Miembro registrado
123 mensajes
Popularité : +7 (9 votes)
Publicado el 04,mayo 2021 - 11:33
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