News

I could convert Value to String and parse but this will degrade performance. I do not know my Java script object structure before I will get it, and would like to have: JS object as Java Map JS array ...
So far, what I came up with was to convert each variable in the type to an object and then serialize it. The problem is how to reconstruct the object.<BR><BR>eg to convert to byte array<BR><BR ...